From 1bc22e23f4111a1bea5fbe06afcc998b7972616a Mon Sep 17 00:00:00 2001 From: Francois Hamonic <francois.hamonic@lis-lab.fr> Date: Sun, 27 Mar 2022 23:33:25 +0200 Subject: [PATCH] Update README.md, INSTALL.md --- INSTALL.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b99dd1e..4eefe56 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 d566e87..6cdccad 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 -- GitLab