摘要: 1. Create the package: in the case of a script-based package, it must contain an invocation of the "package provide" command, e.g.package provide junk 1.0In the case of a loadable binary it must have a call to "Tcl_PkgProvide", in the Tcl C library.#2. Create the index: by invoki 阅读全文
posted @ 2011-03-20 21:52 greencolor 阅读(648) 评论(0) 推荐(0)