The Sarathi installation procedure consists of three steps.
These are specific commands tested on Ubuntu 9.04 (Jaunty Jackalope). Generic install instructions can be inferred from these instructions.
apt-get install bzr
apt-get install bison flex libxmu-dev libcoin60-dev libglut-dev cmake libxml2-dev libboost1.37-dev libssl-dev libcppunit-dev libcppunit-dev libxerces-c2-dev build-essential libncurses5-dev libreadline5-dev libqt4-dev plotutils
./configure;make;sudo make install
should suffice to build it.-fPIC
. The relevant line should read CFLAGS = -fPIC -O2 -I.
instead of CFLAGS = -O2 -I.
Then compile PQP by typing make
bzr branch lp:~sagar/+junk/mpk
. Read the INSTALL.txt file and install it. REMEMBER: to set the PQP directory when configuring the build with ccmake. Once you've installed it, run the demo programs to make sure that MPK is up and running.bzr branch lp:~sagar/+junk/sarathi
build
in the sarathi folder: cd sarathi;mkdir build;cd build
ccmake -i ..
REMEMBER: to set the MPK and PQP directories correctlymake
and install them with make install