From f160388bd66bccdd38f2e41e9bb01b65b6b85241 Mon Sep 17 00:00:00 2001 From: PlaiSeek <francois.hamonic@gmail.com> Date: Sun, 27 Mar 2022 23:44:26 +0200 Subject: [PATCH] readme --- INSTALL.md | 4 +--- README.md | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4eefe56..6b5cebd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -## Build process +## Build tools The build process requires CMake 3.12 or above (https://cmake.org/) and most of the dependencies are resolved with the Conan C++ package manager (https://conan.io/). @@ -65,5 +65,3 @@ then add to your .bashrc : 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 6cdccad..4ac922b 100755 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ 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](INSTALL.md) ## Usage +Follow this [guide](INSTALL.md) to install the prerequisites, then compile with : + cd landscape_opt_networks_submission + make ## Acknowledgments This work is part of the PhD thesis of François Hamonic which is funded by Region Sud (https://www.maregionsud.fr/) and Natural Solutions (https://www.natural-solutions.eu/) -- GitLab