====== Installation of GOTM on Linux ====== You can download the sources from [[http://www.opentelemac.org/downloads/Installation%20files/Manual%20installation%20-%20Sources/gotm-2019-06-14-opentelemac.tar.gz|here]] \\ \\ Uncompress them and run the following commands from the uncompressed folder: mkdir build cd build cmake .. -DGOTM_USE_NetCDF:BOOL=OFF -DBUILD_SHARED_LIBS=ON make make install \\ If you want to specify where to install the library, use CMake with the following options: cmake .. -DCMAKE_INSTALL_PREFIX:PATH= -DGOTM_USE_NetCDF:BOOL=OFF -DBUILD_SHARED_LIBS=ON \\ Replace with the path where you want to install GOTM.\\ This folder must be different from the folder where you unpacked the sources.