Installation

Quick instructions for installing on a Unix-like system

Here are the quick steps needed to install the library on Unix systems.

Compiles the isopol in the working directory, with

make
./Main < Entree.in

Other make Targets

There are some other useful make targets:
  • check
    This will make sure that the isopol was built correctly. If you get error messages, please report them to isopol.project@sympa.obspm.fr (see Reporting bugs, for information on what to include in useful bug reports).
  • clean
    Delete all object files and archive files, but not the configuration files.
  • cleanall
    Delete all files not included in the distribution.