Building Eoulsan from source
---------------------------

  Eoulsan requires to be built from source. Maven is project management from
the Apache Software Foundation.

  You can download it at the following URL:

    http://maven.apache.org

  After installing maven, you can :

  * Compile Eoulsan: type 'mvn'
  * Build source and binary distribution: type 'mvn install'
  * Build the website: type 'mvn site'
  * Clean the build directory (target): type 'mvn clean'

  You'll find the generated files in the 'target' directory.
  To run Eoulsan you only need to unpack one of the Eoulsan binary archives and
see the instruction in the running section of the INSTALL file.

  You can download the latest version of Eoulsan on our website :

    http://outils.genomique.biologie.ens.fr/eoulsan
