2002-09-09 19:58:42 +00:00
|
|
|
FontTools 1.0 for Windows
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
Creating a Windows (9x/ME/NT/2000/XP) setup executable for FontTools
|
|
|
|
This file has been created by Adam Twardoch <adam@twardoch.com>
|
|
|
|
September 9, 2002
|
|
|
|
|
|
|
|
1. Install Python 2.2.1 on your computer: http://www.python.org/2.2.1/
|
|
|
|
or install ActivePython 2.2.1:
|
|
|
|
http://www.activestate.com/Products/Download/Download.plex?id=ActivePython
|
|
|
|
2. Install py2exe: http://starship.python.net/crew/theller/py2exe/
|
|
|
|
3. Download the current CVS snapshot of FontTools:
|
|
|
|
http://fonttools.sourceforge.net/cvs-snapshots/zip/fonttools-current-snapshot.zip
|
|
|
|
4. Unzip the CVS snapshot of FontTools into a folder.
|
|
|
|
5. In the folder where you unzipped FontTools, type:
|
2002-09-09 21:12:02 +00:00
|
|
|
python.exe setup.py py2exe -O2 -f --icon Windows\fonttools.ico
|
2002-09-09 21:12:49 +00:00
|
|
|
6. Install InnoSetup 3:
|
2002-09-09 19:58:42 +00:00
|
|
|
http://www.jrsoftware.org/is3.php
|
2002-09-09 21:12:49 +00:00
|
|
|
7. Run Inno Setup and open Windows\fonttools-win-setup.iss (this file)
|
|
|
|
8. In Inno Setup, select File/Compile, then Run/Run.
|
2002-09-09 19:58:42 +00:00
|
|
|
|
|
|
|
The distributable FontTools Windows setup executable has been saved
|
2002-09-09 21:12:02 +00:00
|
|
|
in the Output subfolder of the FontTools\Windows folder.
|
2002-09-09 19:58:42 +00:00
|
|
|
|
|
|
|
For information on running FontTools on Windows, see fonttools-win-setup.txt in this folder.
|