Update of /cvsroot/basedb/basedb
In directory sc8-pr-cvs1:/tmp/cvs-serv5388
Modified Files:
README
Log Message:
Unfinished configure/make information.
Index: README
===================================================================
RCS file: /cvsroot/basedb/basedb/README,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** README 25 Jan 2003 00:46:51 -0000 1.19
--- README 12 Feb 2003 01:06:49 -0000 1.20
***************
*** 184,187 ****
--- 184,206 ----
Compiling the C++ parts of BASE:
+
+
+ Compile with the following commands:
+
+ i) For CVS users:
+ ./autogen.sh
+ Others, untar distribution:
+ tar zxpf ....
+
+ ii) Do the following
+ ./configure --prefix=/home/jari/tmp/base
+ make
+
+ iii) To install, compiled stuff and the rest of the needed BASE stuff
+ make install
+
+ iv) Fix configuration files.
+
+
The plugins that come with BASE, as well as some programs that required to
run the plugins, are written in C++. To compile them, you need a decent C++
|