tkBallistic v1.3, Copyright (C) 1999,2000,2001 Joshua Weage

This program comes with ABSOLUTELY NO WARRANTY!
It is licensed under the GNU General Public License, see the
file 'COPYING' for details.

See the README file for general program information.

REQUIREMENTS

Currently, this software requires python and Tkinter.  The
required interpreter and toolkit software can be downloaded from
<http://www.python.org/>

Python and tk are available on a wide variety of platforms, including
most unices, Microsoft Windows, and Mac OS.
 
INSTALLATION

1) Download and install python/Tkinter, see REQUIREMENTS.

2) The current version of this software should be available at:

http://members.xoom.com/joshua_weage/ballistic/tkballistic-1.3.tar.gz
http://members.xoom.com/joshua_weage/ballistic/tkballistic.zip
ftp://metalab.unc.edu/pub/Linux/apps/misc/tkballistic-1.3.tar.gz

These files contain the complete source to the program.  To
unzip it type:

	tar xvfz tkballistic-1.3.tar.gz
or
	unzip tkballistic.zip

UNIX

Under unix, you'll need to copy the files into any directory
you choose.  (/usr/local/tkballistic might be a good choice).
Then create a link somewhere in your path to point to tkballistic.py.

ln -s /usr/local/tkballistic/tkballistic.py /usr/local/bin/tkballistic

Finally, edit the file 'globals.py' and change the bullet_file variable
to point to the correct location.

Windows / Mac OS

Create a directory and unzip the distribution.  Edit globals.py and change
bullet_file path to your installation directory.  Use forward slashes, not
backslashes, as in c:/program files/tkballistic/bullets.dat.

Create a link to tkballistic.py in your start menu.

FONTS

The fonts can be changed by editing the fonts.py file.  It is 
self explainatory.

