This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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 tgzor 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.







