@@ -7,6 +7,9 @@ You can use Make_include_template as a first start:
```
cp Make_include_template Make_include
```
and set the ROOT directory to the current path with the following command:
sed -i 's,REPLACE_WITH_PWD,'"$PWD"',' Make_include
2) Check the compiler and CFLAGS options in the file Make_include and adapt to the system you are using. The default options are set for a the GNU C-compiler on a Linux system. A Fortran compiler is only needed for the MDD package. A C++ compiler is not needed to compile the code. The Makefile has been tested with GNU make.
If the fortran compiler (FC=) is not set the MDD package will not be build.