- First install the following packages using apt-get :
- autoconf
- libtool
- libxerces-c-dev
- libcppunit-dev
- libncurses5-dev
- doxygen
-
Then run
autoreconf -isf -
Modify the
configurescript so that gcc flags are set to use optimisation levelO3rather thanO2.sed -i 's/O2/O3/g' configure -
Run
./configure prefix=$PWD/install64# passing the prefix parameter is optional -
make -
make install