From 8ea5a63d8faefb3b832ea61a2cfd3e0be5c920ea Mon Sep 17 00:00:00 2001 From: jvr Date: Mon, 9 Sep 2002 21:28:10 +0000 Subject: [PATCH] changed py2exe recommended options: removed -O2, added encodings package (needed for compilation) git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@312 4cde692c-a291-49d1-8350-778aa11640f8 --- Windows/README.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows/README.TXT b/Windows/README.TXT index b5086831b..dbbefbcf4 100755 --- a/Windows/README.TXT +++ b/Windows/README.TXT @@ -1,4 +1,4 @@ -TTX 1.0 for Windows +TTX 2.0 for Windows ------------------------- Creating a Windows (9x/ME/NT/2000/XP) setup executable for TTX @@ -13,7 +13,7 @@ September 9, 2002 http://fonttools.sourceforge.net/cvs-snapshots/zip/fonttools-current-snapshot.zip 4. Unzip the CVS snapshot of TTX/FontTools into a folder. 5. In the folder where you unzipped TTX/FontTools, type: - python.exe setup.py py2exe -O2 -f --icon Windows\ttx.ico + python.exe setup.py py2exe -f --icon Windows\ttx.ico --packages encodings 6. Install InnoSetup 3: http://www.jrsoftware.org/is3.php 7. Run Inno Setup and open Windows\fonttools-win-setup.iss (this file)