Tycho Tools
This page contains auxiliary binaries and standalone packages that are used by Tycho.Packages
-
tydoc
- Itcl HTML documentation generator -
tydoc
is a standalone package that generates html documentation from Itcl files. For more information, see thetydoc
documentationtydoc2.0.src.tar.gz
http://x63.deja.com/getdoc.xp?AN=652781752
Other documentation tools include:
Windows
-
ispell
-
ispell
is used under windows for the Spelling checker. This version of Ispell requires Cygwin 1.0.1- In a bash shell, run
mkdir -p /usr/local/bin /usr/local/lib/ispell
- Download
ispel401cygbin.tar.gz
, unzip it in the root directory of cygwin (usually c:/cygwin) so that the following files are created In the example below, the download is in c:/tmp/downloads, and Cygwin is installed in c:/cygwin, so when running bash,cd /
actually goes toc:/cygwin
, notc:/
bash-2.04$ cd / bash-2.04$ mkdir /usr/local/bin /usr/local/lib/ispell bash-2.04$ tar -zxvf /cygdrive/c/tmp/downloads/ispell401cygbin.tar.gz usr/local/bin/ispell.exe usr/local/lib/ispell/ usr/local/lib/ispell/ispell.dict usr/local/lib/ispell/ispell.words usr/man/man1/ispell.1 bash-2.04$ ls -l /usr/local/bin/ispell.exe -rwxr-xr-x 1 administ None 222109 May 30 2000 /usr/local/bin/ispell.exe bash-2.04$
To spell check a file, use
/usr/local/bin/ispell -l < file.txt
- The ispell binary requires that your Path under NT have two directories
in it:
Under NT 4.0, to adjust your path, go to the
Start
menu, selectSettings
, thenControl Panels
, thenSystem
, then select theEnvironment
tab
- In a bash shell, run
-
limpse
-
The Tycho Glimpse browser uses the
limpse
program to search the sources for patterns.- Glimpse homepage:
http://glimpse.cs.arizona.edu
.- The Glimpse windows binaries require Cygwin b18 to run.
README.cyg
file that describes the port to Cygwin b17- The sources used to create the binaries are also available.
pxgraph
pxgraph
is an extension to the Unixxgraph
utility.pxgraph
is not used by Tycho, but it is used by Ptolemy, so if you are running Ptolemy under NT, you will needpxgraph
. There are two implementationsn - Glimpse homepage: