****  For Windows 9x/NT/2k/ME/XP  ****

NOTE:  If you're installing everything via JStrack's setup.exe, you can
skip all of this.  If you already have Tcl/Tk 8.x installed, but don't
have TclLib, you still need to read and follow the TclLib part of these
jnstructions!

1) Download the following to a directory (e.g., if you store stuff you
   download from the net into d:/downloads, you might want to put this
   in d:/downloads/tcl):

   A) Tcl/Tk 8.3.4 (do NOT use 8.4 for JStrack yet---it does not work)
      As of 03Oct02: http://downloads.activestate.com/ActiveTcl/Windows/8.3.4/ActiveTcl8.3.4.3-win32-ix86.exe

   B) The standard Tcl/Tk library (version 1.3)
      As of 03Oct02 (.zip):  http://prdownloads.sourceforge.net/tcllib/tcllib-1.3.zip?download
      As of 03Oct02 (.tar.gz):  http://prdownloads.sourceforge.net/tcllib/tcllib-1.3.tar.gz?download

2) Install Tcl/Tk.  Run the ActiveTcl8.3.4.3-win32-ix86.exe that you
   downloaded in step 1-A.  Accept the license agreement (it's freeware)
   and the defaults.

3) Install Tcllib (NOT REQUIRED IF YOU USE THE Tcl/Tk VERSION LISTED ABOVE):

   A) Using WinRAR, WinZip, etc., extract tcllib-1.3.zip (or tcllib-1.3.tar.gz)
   B) Run install.bat

4) Proceed to JStrack Configuration


==========================================================================


****  For Unix  ****

1) Download the following to a directory (e.g., if you store stuff you
   download from the net into $HOME/downloads, you might want to put this
   in $HOME/downloads/tcl):

   A) Tcl 8.3.4 (do NOT use 8.4 for JStrack yet---it does not work)
      As of 03Oct02 (.tar.gz): http://prdownloads.sourceforge.net/tcl/tcl8.3.4.tar.gz?download
      As of 03Oct02 (.tar.Z):  http://prdownloads.sourceforge.net/tcl/tcl8.3.4.tar.Z?download
      As of 03Oct02 (.zip):    http://prdownloads.sourceforge.net/tcl/tcl8.3.4.zip?download

   B) Tk 8.3.4 (again, NOT 8.4)
      As of 03Oct02 (.tar.gz): http://prdownloads.sourceforge.net/tcl/tk8.3.4.tar.gz?download
      As of 03Oct02 (.tar.Z):  http://prdownloads.sourceforge.net/tcl/tk8.3.4.tar.Z?download
      As of 03Oct02 (.zip):    http://prdownloads.sourceforge.net/tcl/tk8.3.4.zip?download

   C) The standard Tcl/Tk library (version 1.3)
      As of 03Oct02 (.zip):    http://prdownloads.sourceforge.net/tcllib/tcllib-1.3.zip?download
      As of 03Oct02 (.tar.gz): http://prdownloads.sourceforge.net/tcllib/tcllib-1.3.tar.gz?download

   D) TclX - See the Tcler's Wiki page at http://mini.net/tcl/tclx
      See also:  http://www.oche.de/~akupries/soft/cvs-snapshots (for tclx-8-3-0-branch.tar.gz)
                 http://www.neosoft.com/tcl/ftparchive/TclX/     (older TclX downloads)


2) Install Tcl.  Refer to the installation instructions (typically README and/or
   INSTALL).  Normally, configuration and installation is a simple matter
   of three commands (the last typically requiring root access)---note that
   the '$' and '#' are prompts:

   $ ./configure
   $ make
   # make install

   It may not be that simple, however, for your system (but that would be
   very, very strange!).

2b) Repeat instructions/comments from step 2 to install Tk.

2c) Repeat again to install TclX (optional, but highly recommended)


3) Install Tcllib:

   A) extract tcllib-1.3.tar.gz (or .Z/.zip)
   B) Run install.sh

4) Proceed to JStrack Configuration




