Tcl/Tk Support for ABC |
|
Description Download Documentation Contact |
Download & Installation InstructionsLicense AgreementThe author of the program, as well as the Czech Techincal University in Prague, will not be responsible for any damages of any kind associated with the use, misuse or distribution of this Software. The ABC tool is under the Licence Agreement of the University of California. Before downloading ABCTcl for the first time, please fill in this form. This will enable you to be informed about all news by e-mail. Download & Install the Windows versionStep 1 - Download and install ActiveTcl 8.5.xFor newer versions of ActiveTcl, see the ActiveState official webpage Note: Do not use the x64 versions of ActiveTcl. The Expect TCL extension is not avalable for 64-bit versions Step 2 - Install the Expect TCL extensionTCL\bin (where TCL is the directory where TCL was installed in the previous step) and execute teacup.exe install Expect 5.43 Or you can download Expect here. Then execute teacup.exe install package-Expect-5.43-win32-ix86.zip Expect 5.43 was tested, newer versions may be used without any guarantee Step 3 - Download ABCABC version 1.01 (10216) is here Unpack ABC to whatever directory you want Step 4 - Install ABCTclUnpack the files into the directory where ABC is installed If you wish to have these files in another directory, you must change values of variables abcDir and abcExe in the abctclconfig.tcl configuration file
tclsh ), the abctcl.tcl script must be included in your Tcl scripts
Download & Install the Linux versionStep 1 - Download and install ActiveTcl 8.5.xStep 2 - Install the Expect TCL extensionTCL\bin (where TCL is the directory where TCL was installed in the previous step) and execute teacup.exe install Expect 5.43 Expect 5.43 was tested, newer versions may be used without any guarantee Step 3 - Download ABCStep 4 - Install ABCTcl./configure and ./make install .
It is possible to use ABCTcl without installation. Then just unpack all the files in the bin/ and lib/ directories into the working directoryIf you wish to have these files in another directory, you must change values of variables abcDir and abcExe in the abctclconfig.tcl configuration file
tclsh ), the abctcl.tcl script must be included in your Tcl scripts
|