#  -*- mode: org -*-

* Requirements

 - g++ (>=4.0)
 - boost (>=1.42)
 - superlu, umfpack
 - petsc(>=3.1)
 - trilinos (>=8.0.8)
 - gmsh

* Building Feel++

** In source

cmake . 
make
ctest

** Out source

mkdir opt
cd opt
cmake <top level feel directory>
make
ctest

More details in Feel++ manual and Feel++ website (https://feel.prudhomm.org)

 -- Christophe Prud'homme <christophe.prudhomme@ujf-grenoble.fr>, Thu, 26 Aug 2010 14:45:04 +0200
