1 Star 0 Fork 0

liangkangnan/jimtcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.extensions 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steve Bennett 提交于 15年前 . 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

搜索帮助