Ho to install package in tcl
How to install these packages in tcl? WS::Server , WS::Client, WS::Utils
Answers
-
Do you speak about Tcl in general or Altair's Tcl?
0 -
Altair Forum User said:
Do you speak about Tcl in general or Altair's Tcl?
Altair..
0 -
It is not recommended to modify (by adding or removing module) the installation of Altair's Tcl.
0 -
If it is general then how to do this?
0 -
If files pkgindex.tcl are there, you need append package's folder path to ::auto_path
and then load packages by
package require WS::Client
refer to my pkgindex.tcl and installer.tcl
it helps install packages via $::env(HOME) without affection to hw installation.
https://community.altair.com/community?id=community_question&sys_id=e33648761b2bd0908017dc61ec4bcba7
0 -
WS::Server , WS::Client, WS::Utils
from where i can get these packages.
I am not able find these on tcl Packages.
0 -
I don't know
Did you try to google them?
0 -
yes i tried but get nothing
0 -
Ask person who talk to you about them.
0