public
Description: An open source clone of Amazon's Dynamo.
Home | Edit | New

c++ client build instructions

Ubuntu Linux 9.04

You’ll need to install

sudo apt-get install libexpat1-dev libboost1.37-dev g++ autoconf automake libtool

To build run:

./autogen.sh
./configure
make
make check

You can generate a sort of slackware-style binary package with:

make tgz

or a source distribution with:
make distcheck

To generate documentation including internal APIs run

make doc-internal

Otherwise of course all the standard autotools features should work.

Mac OS X 10.5

TBD.

Last edited by readams, Tue Jun 16 13:22:30 -0700 2009
Home | Edit | New
Versions: