*nix
----------------------------
Tested with Tcl/Tk 8.3.3, and 8.4.1.

Tksol will run from the current directory.
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
-----
* Tested with tcl832.exe on win98se
* Rename tksol tksol.tcl and double-click
* (has a window focus bug)
----------------------------
