----------
 FreePOPs
----------


Compilation and installation
----------------------------

To complile and install FreePOPs, use these commands:

 ./configure.sh <system> [flags ...]
 make <target>
 make install
 
Run ./configure.sh and make with no arguments for getting the list of
supported options/targets.

If you want to modify some parameters of FreePOPs, edit by hand the file
config.h

--
note: on some systems you should use gmake instead of make.
