Annotation of capa/capa51/INSTALL, revision 1.2
1.1 albertel 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
1.2 ! albertel 26: .tcl files and don't want to have to recompile everything after each change.
1.1 albertel 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>