Itcl only itk

All Top-level Files
Login

Files in the top-level directory in any check-in


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/