forked from voldemort/voldemort
-
Notifications
You must be signed in to change notification settings - Fork 2
c++ client build instructions
rsumbaly edited this page Oct 28, 2010
·
6 revisions
You’ll need to install
sudo apt-get install libexpat1-dev libboost1.37-dev g++ autoconf automake libtoolTo build run:
./autogen.sh
./configure
make
make checkYou can generate a sort of slackware-style binary package with:
make tgzor a source distribution with:
make distcheckTo generate documentation including internal APIs run
make doc-internalOtherwise of course all the standard autotools features should work.
TBD.
Q) What do I do if I get the following while running autogen.sh ?
./autogen.sh: 49: aclocal: not found_
A) Install automake