Commit 90829dcb authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

drop "how to" sections now available in online docs

parent 31cf8da5
1 merge request!3release v0.1.0
Pipeline #46288 passed with stage
in 3 minutes and 52 seconds
Showing with 0 additions and 23 deletions
+0 -23
......@@ -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>
```
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment