*nix
----------------------------
Tested with Tcl/Tk 8.4.1 and 8.5.0

Tksol will run from the current directory, (though you may wish
to check you dont have an old version at /usr/local/lib/tksol).

Alternatively, the default directory is /usr/local/lib/tksol,
so place the Program and Manual entries somewhere appropriate and
move the other files there.

	mv tksol /usr/local/bin
	mv tksol.6.gz /usr/local/man/man6

	mkdir /usr/local/lib/tksol
	mv * /usr/local/lib/tksol
----------------------------
If 'wish' is not installed in '/usr/bin' but elsewhere, try typing:

        wish tksol

Some distributions don't create the link to 'wish' automatically,
and if you haven't used tcl before, it may be necessary to do this by:

        ln -s /usr/bin/tclsh8.3 /usr/bin/tclsh
        ln -s /usr/bin/wish8.3 /usr/bin/wish 

----------------------------

win32
-----
* Install tcl/tk - tested with tcl832 and later on win98 and winXP
* Rename tksol tksol.tcl and double-click
* (has a window focus bug)
----------------------------
