diff --git a/INSTALL.md b/INSTALL.md index b99dd1e0e4cdf6612e2466845cebe40727fac27e..4eefe56226e869f1f876b9134c57c1dd19ec28ce 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,3 +64,6 @@ then add to your .bashrc : export GUROBI_HOME="<path_to>/linux64" export PATH="$PATH:$GUROBI_HOME/bin" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GUROBI_HOME/lib" + +## How to compile + make diff --git a/README.md b/README.md index d566e8796d97add3f46f302579de860efb9acc8c..6cdccadd449ed2b8939387e5aeb3439c80da6f1d 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Library for modeling and optimizing ecological landscapes according to the PC co [](https://conan.io/index.html) [](https://www.boost.org/users/license.html) -[Installation guide](docs/INSTALL.md) +[Installation guide](INSTALL.md) ## Usage