From 90829dcb37edfae495ac1d2b19c9988548a6843c Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Fri, 14 Apr 2023 17:32:17 +0200 Subject: [PATCH] drop "how to" sections now available in online docs --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 8486255..afa8bfe 100644 --- a/README.md +++ b/README.md @@ -3,26 +3,3 @@ Utility to evaluate deterministic and probabilistic streamflow predictions Documentation: https://hydrogr.github.io/evalhyd/cpp - -## How to build - -Configure project in debug mode finding libraries in conda environment: -```shell -cmake -B build/ -D CMAKE_BUILD_TYPE=Debug -D CMAKE_PREFIX_PATH="$CONDA_PREFIX" -``` - -Compile with: -```shell -cmake --build build/ --parallel 2 -``` - -Run tests with: -```shell -./build/tests/evalhyd_tests -``` - -## How to install - -```shell -cmake --install build/ --prefix <path> -``` -- GitLab