1 Star 0 Fork 0

liangkangnan/jimtcl

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
README.extensions 502 Bytes
Copy Edit Raw Blame History
Steve Bennett authored 15 years ago . Don't hardcode /lib/jim
The /lib/jim directory contains both dynamically loadable extensions
and pure-Tcl extensions.
Dynamically loadable extensions must have a .so file extension
Tcl extensions must have a .tcl file extension
As long as /lib/jim is in $::auto_path (it is by default), extension
abc can be loaded with:
package require abc
First abc.so will be tried, and then abc.tcl
Note that this directory may be something like /lib/jim, /usr/lib/jim or
/usr/local/lib/jim, depending upon where jim was installed.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangkangnan/jimtcl.git
git@gitee.com:liangkangnan/jimtcl.git
liangkangnan
jimtcl
jimtcl
master

Search