Requirements
Tools and libs needed to build this package
- boost library >= 1.30.0
(actually only headers are needed — there is no need to compile anything
just copy/link
boost_1_30_0/boostdirectory to one of the standard include paths (like/usr/local/include, for example), or use--with-boost-prefixoption of the./configurescript to specify other path. - And of course a good compiler with STL support ;)
Development tools needed
- autoconf >= 2.59 to produce configure script
- automake >= 1.8 to create Makefile templates
- libtool >= 1.5 for shared libs support
- autogen >= 5.4.6 to generate class skeleton files
- gengetopt >= 2.11 to make command line parsers
- CppUnit >= 1.8 to compile unit-tests
Tools needed to produce html source code documentation
- doxygen >= 1.3.4
- graphviz >= 1.8.5 to produce graphical diagrams

