Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
itk40.tgz | 2014-03-11 | 21.9 kB | |
testlib.tar.gz | 2013-04-10 | 17.4 MB | |
iwidgets41.tgz | 2012-10-03 | 290.6 kB | |
README | 2012-05-24 | 1.4 kB | |
Linux_kbsvq8.6-itk | 2012-05-24 | 4.4 MB | |
WindowsNT_kbsvq8.6-itk.exe | 2012-05-24 | 5.4 MB | |
Linux64_kbsvq8.6-itk | 2012-05-24 | 4.6 MB | |
Totals: 7 Items | 32.1 MB | 0 |
itk 4.0b1 -- itcl only itk ========================== Implementation of itk on top of itcl4 for tcl8.6 and beyond. Sources ------- The itk repository is hosted at: http://chiselapp.com/user/rene/repository/itk/ A slightly modified iwidgets (see iwidgets.patch) is hosted at: http://chiselapp.com/user/rene/repository/iwidgets/ Ready to run binaries (*-itk) can be found at: https://sourceforge.net/projects/kbskit/files/itk/ To load itk call: package require itk 4.0 and to load itk and iwidgets call: package require iwidgets 4.1 Install ------- Copy the library directory as itk4.0b1 in your tcl library path. cp -r library <your-install-path>/itk4.0b1 Documentation ------------- To generate documentation you need the 'doxygen' program from doxygen.org. Change into the "doc/" subdirectory. To create html documentation in subdirectory "doc/html/" run: doxygen To create pdf documentation in file "doc/latex/refman.pdf" run: doxygen Doxyfile.pdf cd latex make To create man pages documentation in subdirectory "doc/man/" run: doxygen Doxyfile.man License & support ----------------- This work is under BSD license (see file 'license.terms') Acknowledgements ---------------- This work is based on the original "incrTk" work at http://sf.net/projects/incrtcl/ and "incrTcl" 4 (starting at itcl-4-0-b8-rc) by Arnulf Wiedemann at http://core.tcl.tk/itcl/