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
This commit is contained in:
jvr 2002-09-09 21:28:10 +00:00
parent 88b1d70411
commit 8ea5a63d8f

View File

@ -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)