Update of /cvsroot/basedb/basedb
In directory sc8-pr-cvs1:/tmp/cvs-serv26788
Modified Files:
README
Log Message:
Added nore about ./configure not detecting libs
Index: README
===================================================================
RCS file: /cvsroot/basedb/basedb/README,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** README 13 Feb 2003 12:22:47 -0000 1.22
--- README 13 Feb 2003 12:26:44 -0000 1.23
***************
*** 97,101 ****
where the prefix is wherever you wish BASE to be installed. The default
prefix is /usr/local/base. Note that BASE will install a number of files
! and directories in the prefix dir, so make sure it's a BASE-only directory.
Next, compile the things that need to be compiled:
--- 97,103 ----
where the prefix is wherever you wish BASE to be installed. The default
prefix is /usr/local/base. Note that BASE will install a number of files
! and directories in the prefix dir, so make sure you put e.g. /foo/bar/base
! instead of /foo/bar, unless you really want lots of files in /foo/bar
! If configure tells you that you don't have gsl or somesuch, just ignore it.
Next, compile the things that need to be compiled:
|