2009-04-18 04:58:51 +00:00
|
|
|
Prerequisites (ubuntu/debian):
|
|
|
|
|
2009-07-26 19:47:05 +00:00
|
|
|
build-essential cmake
|
2009-04-18 04:58:51 +00:00
|
|
|
|
|
|
|
Recommended build procedure:
|
|
|
|
|
2009-07-26 19:47:05 +00:00
|
|
|
mkdir build ; cd build ; cmake ..
|
2009-04-18 04:58:51 +00:00
|
|
|
make -j 4
|
|
|
|
cd test ; make test
|
|
|
|
|
|
|
|
Optional dependencies:
|
|
|
|
|
|
|
|
flex yacc (for a relational algebra language demo)
|
|
|
|
fuse (for a fuse demo)
|
|
|
|
swig (for python bindings)
|
|
|
|
libconfuse
|
|
|
|
Berkeley DB (for performance comparisons)
|
|
|
|
|
|
|
|
Obsolete build procedure
|
|
|
|
=========================
|
|
|
|
|
2009-07-26 19:47:05 +00:00
|
|
|
(Uses autoconf, automake and libtool)
|
2009-04-18 04:58:51 +00:00
|
|
|
|
|
|
|
./reconf ; ./configure --quiet
|
|
|
|
make -j 4
|
|
|
|
|
|
|
|
Extra requirements for obsolete build:
|
|
|
|
|
|
|
|
automake libtool
|