From: Egon W. <eg...@us...> - 2002-08-15 13:10:55
|
Update of /cvsroot/woc/woc In directory usw-pr-cvs1:/tmp/cvs-serv14919 Modified Files: INSTALL Log Message: Added some info about installing the software. Index: INSTALL =================================================================== RCS file: /cvsroot/woc/woc/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** INSTALL 20 Jul 2002 09:34:26 -0000 1.1 --- INSTALL 15 Aug 2002 13:10:53 -0000 1.2 *************** *** 0 **** --- 1,7 ---- + To install this sofware do: + + 1. ./configure --prefix=/some/dir + 2. make + 3. make install + + If the --prefix option is omitted it uses /usr/local as default. |