Downloads
tycho.edit.slate
tycho.kernel.basic
tcl++
Installation instructions
These instructions assume that you do not already have Tycho installed.
lib
directory of your
[incr Tcl] installation, or some other directory where you
put Tcl packages.
unzip -a tycho.kernel.basic2.0.zip unzip -a tycho.edit.slate2.0.zip
or
gzcat tycho.kernel.basic2.0.tar.gz | tar -xf - gzcat tycho.edit.slate2.0.tar.gz | tar -xf -
If you are running under windows and have WinZip installed, you can also double-click on the files.
To verify that the packages will load, start itkwish
and go
lappend auto_path $env(TCL_PACKAGES) package require tycho.edit.slate
Any problems, just send me email.
slate/demos
and run the various scripts in there to see
some samples of the Slate doing its thing.
package require tycho.edit.slate
before trying to create a Slate object.