COMICS 1.0--------------------------------------------------------------------------
------------------------- Building COMICS ----------------------------
--------------------------------------------------------------------------

Build with 

autoreconf --install
./configure
make

Options you might want to pass to configure:
--enable-exact     => Use exact arithmetics as provided by GMP
--enable-log4cplus => Use log4cplus for logging

Note:
For exact arithmetics to work, the gmpxx headers need to be in the search path.
(which, by the way, means that if you compile GMP yourself, you have to pass --enable-cxx to its configure script)
For log4cplus to work, you obviously need to have log4cplus installed & in the search path.

--------------------------------------------------------------------------
------------------------- Running COMICS -----------------------------
--------------------------------------------------------------------------

Execute ./comics without any parameters for an overview of options.


