Skip to content

Commit

Permalink
doc: add yaml-cpp to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 9, 2024
1 parent bf09ad3 commit f2f5b4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ This includes [`ninja`](https://ninja-build.org/), which `meson` will benefit fr
- If you need Python bindings on macOS, please install `fmt` with `brew install fmt`
- If you compile it yourself on Linux, include the `cmake` option `-DCMAKE_POSITION_INDEPENDENT_CODE=ON` to build the static library

### 🔶 `yaml-cpp`: YAML parser and emitter
<https://github.com/jbeder/yaml-cpp>
- Likely available in your package manager, likely as `yaml-cpp`

### 🔶 `hipo`: C++ HIPO API
<https://github.com/gavalian/hipo>
- Use the `hipo` module on `ifarm`, or obtain and build it yourself
Expand Down

0 comments on commit f2f5b4f

Please sign in to comment.