jvr 58cec85c3b Patches from Adam:
So, meanwhile, attached is a slightly improved isntaller. Now, .ttx files
are registered as XML files so you can use Internet Explorer etc. to view
them. Also, I'm creating a shortcut in the "SendTo" structure, so the user
can click with RMB on the TTF, OTF or TTX file, then select Send To / TTX.
Works with multiple files, very nice.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@373 4cde692c-a291-49d1-8350-778aa11640f8
2002-10-27 09:11:42 +00:00
..
2002-10-27 09:11:42 +00:00
2002-10-27 09:11:42 +00:00
2002-09-09 21:22:17 +00:00

TTX 2.0 for Windows
-------------------------

Creating a Windows (9x/ME/NT/2000/XP) setup executable for TTX
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. Install InnoSetup 3:
   http://www.jrsoftware.org/is3.php
4. Download the latest released source code of TTX/FontTools at
   http://sourceforge.net/projects/fonttools/
   Or alternatively grab the sources from CVS or download a CVS snapshot:
   http://fonttools.sourceforge.net/cvs-snapshots/zip/fonttools-current-snapshot.zip
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
7. Run Inno Setup and open Windows\fonttools-win-setup.iss (this file)
8. In Inno Setup, select File/Compile, then Run/Run.

The distributable TTX Windows setup executable has been saved
in the Output subfolder of the FontTools\Windows folder.

For information on running TTX on Windows, see fonttools-win-setup.txt in this folder.