Begin3 Title: Graphical Newton Front-end (GNF) Version: 0.5a Entered-date: 08.03.96 Description: This is the first public relase of the GNF for Unix systems. It is a TCL/TK script developed at the "SCDI Technologies". It work under Linux (Slackware 3.0) and should work fine on any UNIX system with TCL 7.4 and TK 4.0 or later. To use this version, simply UN-tar this archive (i.e. tar vfxz tknewton_0.5a.tar.gz -C /usr/local/lib) Add the "TKNEWTON_PATH" environment variable (tcsh: setenv TKNEWTON_PATH /usr/local/lib/tknewton bash: export TKNEWTON_PATH=/usr/local/lib/tknewton ) Finally, make a link of tknewton into a directory that's in your PATH (i.e. ln -s /usr/local/lib/tknewton/tknewton /usr/local/bin/.) This should be everything needed. Hope it will work ;-) Keywords: newton, front-end, graphic, language Author: Gerard Metrailler Jr. (gmetrail@di.epfl.ch) Maintained-by: gmetrail@di.epfl.ch (Gerard Metrailler Jr.) Primary-site: http://diwww.epfl.ch/~gmetrail Original-site: http://diwww.epfl.ch/~gmetrail Platform: Unix, TCL 7.4, TK 4.0 Copying-policy: The script is freely available under the terms of the GNU Public License (GPL) version 2 or above (see the LICENSE file in the archive) End