Index: xotcl/COMPILE =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r638782f84b31e4ebfd00529381e280c70f9950bc --- xotcl/COMPILE (.../COMPILE) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/COMPILE (.../COMPILE) (revision 638782f84b31e4ebfd00529381e280c70f9950bc) @@ -1,4 +1,4 @@ -$Id: COMPILE,v 1.1 2004/05/23 22:50:39 neumann Exp $ +$Id: COMPILE,v 1.2 2004/08/17 10:12:54 neumann Exp $ ******************************************************** XOTcl Compilation Guide (Unix) ******************************************************** @@ -38,7 +38,7 @@ 2) run configure by issuing in the unix directory: - cd xotcl*/unix + cd xotcl* ./configure on some platforms (e.g. under Windows Environment with @@ -54,16 +54,14 @@ to be installed (default: /usr/local) --exec-prefix=DIR Place where xotclsh/xowish are to be installed (default: /usr/local) - --with-actiweb Build Actiweb packages as well + --with-actiweb Build Actiweb packages as well (sdbm, expat) (per default deactivated) --with-xotclsh Build xotclsh (per default deactivated) --with-xwish Build xowish (per default deactivated) - --with-gdbm=GDBM_INCLUDE_DIR,GDBM_LIB_DIR + --with-gdbm=GDBM_INCLUDE_DIR,GDBM_LIB_DIR absolute path to gdbm.h and optionally the path to the gdbm library. The directory infos may be omitted - --with-gdbm Build XOTcl Gdbm - (per default deactivated) --with-tcl=DIR Where to find a compiled Tcl version, i.e. where to find tclConfig.sh Note that you need a source built of @@ -86,15 +84,8 @@ Example: - ./configure --prefix=/usr --exec-prefix=/usr --with-tcl=/home/uzdun/tcl8.3.0 --with-tk=/usr/lib --with-gdbm + ./configure --prefix=/usr --exec-prefix=/usr --with-all --enable-threads - this has the following implications: - - the shells are installed in /usr/bin - - the libs are installed in /usr/lib and /usr/lib/xotcl-. - - Tcl 8.3.0 from /home/uzdun/tcl8.3.0 is used. - - The installed Tk from /usr/lib is used. - - XOTcl is compiled with Gdbm support. - 3) now you can make XOTcl and the configured packages with make