Commit f7852940 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

drop "how to" sections now available in online docs

1 merge request!1release v0.1.0.0
Showing with 0 additions and 38 deletions
+0 -38
...@@ -3,41 +3,3 @@ ...@@ -3,41 +3,3 @@
Command line interface for `evalhyd` utility Command line interface for `evalhyd` utility
Documentation: https://hydrogr.github.io/evalhyd/cli Documentation: https://hydrogr.github.io/evalhyd/cli
## 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
```
Run tests with:
```shell
export PATH="${PWD}/build/apps/:${PATH}"
(cd ./tests && python run_all_tests.py)
```
## How to install
```shell
cmake --install build/
```
## How to use
```shell
evalhyd --help
```
```shell
evalhyd evald --help
```
```shell
evalhyd evalp --help
```
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