PREREQUISITES
=============

To build the nestedsums library, the GiNaC library version >= 1.7.1
has to be installed on the system.

INSTALLATION
============

As with any autoconfiguring GNU software, installation is as easy as this:

 $ ./configure
 $ make
[become root if necessary]
 $ make install

The "configure" script can be given a number of options to enable and
disable various features. For a complete list, type:

 $ ./configure --help

A few of the more important ones:

 --prefix=PREFIX        install architecture-independent files in PREFIX
                        [defaults to /usr/local]
 --exec-prefix=EPREFIX  install architecture-dependent files in EPREFIX
                        [defaults to the value given to --prefix]

If you install the executables and the libraries in non-standard directories,
you have to set the PATH and the LD_LIBRARY_PATH variables correspondingly.
