In order to build the CVS version you will need the following:

libtools (CVS Version tag multi-language-branch)
autoconf (CVS version MIGHT be required)
automake (CVS version MIGHT be required)
c
c++

To build the manual you will also need:

LyX
latex2html
perl
w3m

to rebuild the nessary files:

  libtoolize --automake --ltdl && aclocal && automake --add-missing && autoconf

Then

  ./configure [configure options]

Now build the manual:

  cd manual  

If you do NOT wish to build the manual:

  make fake-manual

Or if you wish to build the manual.

  (if you DO NOT have Lyx 1.1.4 or better installed:
     open manual.lyx and export export it LaTEX)
  make manual

Then finally build the the library.

  cd .. 
  make
  make install
