Fix the instructions for building a Windows installer.

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@582 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
pabs3 2010-12-29 10:43:44 +00:00
parent 1344bc9b62
commit 86cee05817
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ APPROACH I: Using py2exe and InnoSetup
http://fonttools.sourceforge.net/
5. Unzip the source code of TTX/FontTools into a folder.
6. In the folder where you unzipped TTX/FontTools, type:
python setup.py py2exe -f --icon Windows\ttx.ico --packages encodings
python setup.py py2exe --icon Windows\ttx.ico --packages encodings
7. Run Inno Setup and open Windows\fonttools-win-setup.iss
8. In Inno Setup, select File/Compile, then Run/Run.

View File

@ -98,6 +98,7 @@ setup(
)
],
scripts = ["Tools/ttx"],
console = ["Tools/ttx"],
cmdclass = {"build_ext": build_ext_optional},
data_files = [('share/man/man1', ["Doc/ttx.1"])],
**classifiers