The TELEMAC-MASCARET system is only compatible with the 1.2.0 version of the AED2 library, which you can download from [[http://www.opentelemac.org/downloads/Installation%20files/Manual%20installation%20-%20Sources/aed2_1.2.tgz|here]]: Uncompress the file, go to the aed2_1.2 directory and enter the following command to build AED2 as a shared library: make shared Then, to install the library to a specific folder, e.g. $HOME/opt/aed2-1.2, you need to do the following: mkdir -p ~/opt/aed2-1.2/include\\ mkdir ~/opt/aed2-1.2/lib\\ cp *.mod ~/opt/aed2-1.2/include\\ cp include/* ~/opt/aed2-1.2/include\\ cp libaed2.so ~/opt/aed2-1.2/lib\\