1. at your command line prompt, type
which teacup
2. If the response is
no teacup in ...
that means you have not yet followed the instructions displayed at the end of the ActiveTcl installer program, putting /home/user/activetcl8.5.6/bin in your $PATH variable, so
type
export PATH=$PATH:/home/user/activetcl8.5.6/bin;export MANPATH=$MANPATH:/home/user/activetcl8.5.6/man
and then type
which teacup
again.
3. When the "which teacup" returns a path, type
teacup timeout 120
teacup update-self
so that you have the latest version of teacup.
4. Then type
teacup install tdom
5. Then, I recommend typing
teacup update
to get everything else installed.
You are done.
On 3/27/09, Barry Demers <sdad@...> wrote:
I just installed activetcl 8.5.6, into /home/user/activetcl 8.5.6/
and got same results when trying to install the tdom 0.8.2 located from the /home/user/tdom-0.8.2/unix/ dir. A suggestion has been made to install tdom using teacup, but with that I am totally clueless.
.
--
Tcl - The glue of a new generation. http://wiki.tcl.tk/
Larry W. Virden
http://www.xanga.com/lvirden/
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.