The installation steps are the following:
doc/html
MacOs InstallationOn MacOs it is recommended to use gcc 4.2 and boost 1.33, which can be obtained as follows:
./configure CXX=/sw/bin/g++-4 CXXFLAGS="-I/sw/include -L/sw/lib"
Linux OptionsOn Linux binaries are generated as i386 or x64 binaries, depending on the architecture of the machine where compilation is performed.Code that can be run on both 32-bit or 64-bit architectures, can be generated by issuing: > configure enable-32bit
instead of step 3) of the installation procedure.
To produce a statically linked executable, issue: > cd src
which will produce:> make desr.static
|