File:  [LON-CAPA] / capa / capa51 / INSTALL
Revision 1.1: download - view: text, annotated - select for diffs
Fri Jul 7 16:29:28 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version5-1-2-first_release, HEAD
- created some installation instructions

Basic install instructions.

You will need a working compile of Tcl/Tk 8.0.Xplus installed.
You will also need to be using GNU make. (make -v to check)
Sometime it is installed as gmake.

You can find the sources here:
http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/devel/

After you have Tcl/Tk compiled and installed.

cd pProj;make
if everything goes well
cd ../GUITools

edit the Makfile in there so that the ake can find the Tcl/Tk libraries 
and executables.

then do 

make all.2 (for standalone exectuables)
make all (for exectuables that look for the .tcl files 
          in the current directory)

all.2 is proably what you want, all is useful if you are changing the 
.tcl files and do want to have to recompile everything after each change.

next 
cd ..
tclsh getbinaries

This will create DIST/`uname` directory and copy all of the most 
interesting binaries into that directory.



FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>