Index: xotcl/README =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r6188c1a73f38a458ed2eac85c61e1ab5a9ca40bf --- xotcl/README (.../README) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/README (.../README) (revision 6188c1a73f38a458ed2eac85c61e1ab5a9ca40bf) @@ -1,4 +1,4 @@ -***************** $Id: README,v 1.1 2004/05/23 22:50:39 neumann Exp $ +***************** $Id: README,v 1.2 2004/08/18 09:31:08 neumann Exp $ XOTcl README File ***************** @@ -17,7 +17,7 @@ properly. Binary distributions require Tcl/Tk 8.3 (included in most Linux distributions), which you can find from: - http://dev.scriptics.com + http://www.tcl.tk Working with a Shell @@ -39,10 +39,10 @@ location, or use the variable auto_path in Tcl. For instance, to use the local, extracted tar ball, you can use something like (under UNIX): - export TCLLIBPATH="./xotcl-1.1.0" or - setenv TCLLIBPATH "./xotcl-1.1.0" + export TCLLIBPATH="./xotcl-1.3.0" or + setenv TCLLIBPATH "./xotcl-1.3.0" Under Windows: - set TCLLIBPATH=".\xotcl-1.1.0" + set TCLLIBPATH=".\xotcl-1.3.0" Linux Binary Distribution @@ -68,13 +68,12 @@ Windows Binary Release ---------------------- -You need Tcl 8.3.1 installed properly. If necessary, get Tcl -8.3 for your system from - web site: http://dev.scriptics.com/software/tcltk/downloadnow83.tml - installer: http://dev.scriptics.com/download/tcl/tcl8_3/tcl832.exe +You need Tcl 8.3.* or 8.4.* installed properly. If necessary, get Tcl +8.4 for your system from + http://www.tcl.tk Now check where Tcl is installed and what the name of the tclsh*.exe -is. If you installed Tcl 8.3.1, the name is tclsh83.exe. On my system +is. If you installed Tcl 8.3.5, the name is tclsh83.exe. On my system Tcl installs tclsh in c:\Programme\Tcl\bin (in English versions this is most likely under c:\Program Files\Tcl\bin).