EASEA Quick Installation Guidelines

De
Aller à la navigation Aller à la recherche

EASEA Quick Installation Guidelines

Dependencies

The following packages must be installed:

  • g++ compiler
  • libboost: to install it on ubuntu:
 sudo apt-get install libboost-program-options-dev

Obtaining the EASEA source code

The source code can be obtained either from sourceforge or, for programmers involved in the EASEA development, from its GIT repository.

Downloading it from sourceforge

http://sourceforge.net/projects/easea/

Retrieving it from GIT (for developers in the EASEA team only)

Generating a public-private SSH-RSA key pair:

 ssh-keygen -t rsa

Make sure that your public SSH is registered with the manager of the repository (currently Ogier Maitre), and that he has granted access to you.

Retrieving the latest version from the GIT repository:

 git clone git@atia.u-strasbg.fr:easea.git

Compiling EASEA

 cd <EASEAdir>
 make
 export EZ_PATH=`pwd`/

Running an example

 cd examples/weierstrass_std/
 $EZ_PATH/easea weierstrass.ez
 make
 ./weierstrass

Tuning parameters in the example

 ./weierstrass --help

MediaWiki a été installé avec succès.

Consultez le Guide de l'utilisateur pour plus d'informations sur l'utilisation de ce logiciel.