To install Dalí using the precompiled binaries, source
install.tcl
in Tcl shell. You must have write permission to
the Tcl library directory.
To install Dalí by hand, you must do the following:
dali1.0
in any location from which
Tcl can autoload packages. To determine the candidate locations,
run tclsh8.0
(or tclsh7.6
) and execute the
command set auto_path
. The dali1.0
directory can be a child of any of the directories printed.
Alternatively, you can create the TCLLIBPATH environment variable with
an arbitrary directory, and make the dali1.0
in this
directory. For example, if you set TCLLIBPATH to
/home/tony/lib
, then you should create
/home/tony/lib/dali1.0
dali1.0
directory you created in
step 1.dali1.0
directory you created in
step 1.To test the installation, run tclsh
and
execute the command package require DvmBasic
. If all goes
well, the return value should be 1.0
(the current version number
of Dalí).
To uninstall Dalí, delete the directory named dali1.0
in
Tcl's library directory (or wherever you installed Dalí, if you installed
it "The Hard Way"). To figure out where Tcl's library
directory is located, run tclsh
and execute the command
info library
.
Last Updated : 05/25/2025 04:46:55