-----------------------
HOW TO INSTALL GETFEM++
-----------------------

( finir ...)

The installation of Getfem++ needs :

- perl installed in /usr/bin/perl
- MATLAB at least version 6 and mex for compiling MATLAB interface



Installation process :

type

./configure
make
make matlabcom    # if MATLAB commands are present


the library will be compiled in the files 

lib/libgetfem.a
lib/libgetfem.so


If the compiler selected is not the one you want. You can change it setting
the variable CC or with the command

./configure -CC=g++

