Commit 2a0fa294 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

draft readme with building and testing instructions

1 merge request!2refactor structure and proper cmake instructions
Showing with 17 additions and 0 deletions
+17 -0
......@@ -3,3 +3,20 @@
Utility to evaluate deterministic and probabilistic streamflow predictions
Documentation: https://hycar-hydro.gitlab.irstea.page/evalhyd/evalhyd-docs/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
```
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