Open a terminal and cd into the directory where you’ve downloaded the source code. Extract the files and cd into the extracted directory:
1
2
tar zxf aevol-9.4.0.tar.gz
cd aevol-9.4.0
Create a build dir and cd into it:
1
mkdir build &&cd build
Now you’re ready to configure the build. If you want the default build just go for it:
1
2
cmake ..
cmake --build . # add option --parallel to speed up
NB: To speed up the installation, you might want to use make -j X, where X is the number of threads to use for compilation.
If the installation is interrupted, we recommand deleting the build directory altogether, and starting again from line 4.
Special note for Mac OS users
Please be aware that the default configuration (with a simple cmake ..) will assume there is a brew-installed llvm and use the corresponding clang compiler.
If you wish to use another compiler (e.g. gcc), please visit the Mac OS Prerequisites page for special instructions.
Compilation output
The instructions detailed above will build the aevol libraries and place a bunch of binaries (programs) in the build/bin directory.
For a complete list of these binaries and what they do, see the list of programs generated at compile-time.
For a more structured presentation, please visit this page.
Install
Finally, if you have administration privileges, you can make the Aevol programs available to all users on the computer by typing: