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, 10 months ago) by albertel
Branches: MAIN
CVS tags: version5-1-2-first_release, HEAD
- created some installation instructions

    1: Basic install instructions.
    2: 
    3: You will need a working compile of Tcl/Tk 8.0.Xplus installed.
    4: You will also need to be using GNU make. (make -v to check)
    5: Sometime it is installed as gmake.
    6: 
    7: You can find the sources here:
    8: http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/devel/
    9: 
   10: After you have Tcl/Tk compiled and installed.
   11: 
   12: cd pProj;make
   13: if everything goes well
   14: cd ../GUITools
   15: 
   16: edit the Makfile in there so that the ake can find the Tcl/Tk libraries 
   17: and executables.
   18: 
   19: then do 
   20: 
   21: make all.2 (for standalone exectuables)
   22: make all (for exectuables that look for the .tcl files 
   23:           in the current directory)
   24: 
   25: all.2 is proably what you want, all is useful if you are changing the 
   26: .tcl files and do want to have to recompile everything after each change.
   27: 
   28: next 
   29: cd ..
   30: tclsh getbinaries
   31: 
   32: This will create DIST/`uname` directory and copy all of the most 
   33: interesting binaries into that directory.
   34: 
   35: 

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