Installation of FEMOL++
-----------------------
FEMOL++ needs the library MOL++ 
(to get MOL++ (mol-1.0.tar.gz), see http://lpmm.sciences.univ-metz.fr/~collard/simula+).

1. Put the files mol-1.0.tar.gz and femol-1.0.tar.gz in the same directory
2. gunzip mol-1.0.tar.gz
3. gunzip femol-1.0.tar.gz
4. tar -xvf mol-1.0.tar (The directory simula+ is created containing the libraries of MOL++)
5. tar -xvf femol-1.0.tar (The directory simula+ is not overwritten but is completed with the libraries of FEMOL++)

How to run FEMOL++ tests ?
------------------------
cd tests
sh run\ FEMOL++

Warning 1 : The compilator to be used is gcc version 3.3.2.
Warning 2 : the software "gnuplot" must be installed because it is used by FEMOL++

How to run the Tutorials ?
------------------------
For example, with tuto1 :

g++ -w tuto1.cpp
./a.out

