In order to have a working grapher, java jre 1.6 is required. Without it, an error appears at the start of easea's compiled programs, can be safely ignored.
Easea can be build using two method.
1)By GNU Makefile:
$ make
$ . install.sh [local]
1)By CMake:
$ cmake .
$ make
$ . install.sh [local]
"." is equivalent to "source".
Easea can either be installed locally without special permission or in
/usr/local/ with root permissions.
Once installed, one can test its installation by compiling easea test programs
in example/ :
$ cd example/weierstrass
$ easea weierstrass.ez
$ make
$ ./weierstrass
To print all options available type:
$ ./weierstrass --help
To test the CUDA version (Need the CUDA developper kit found at
https://developer.nvidia.com/cuda-downloads ):
$ easea -cuda weierstrass.ez
For additional help and documentation about the EASEA platform, please refers
to the main wiki http://easea.unistra.fr/
To get the latest version of EASEA, git clone the sourceforge repository:
git clone git://git.code.sf.net/p/easea/code easea-code
That's all !