Skip to content

Commit

Permalink
Merge branch 'master' into tempering_update
Browse files Browse the repository at this point in the history
  • Loading branch information
IVinterbladh authored Jul 18, 2024
2 parents bd33c8f + 6a92a9e commit 346e157
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ cmake -DENABLE_TBB=on -DTBB_DIR={tbb-root}/lib/cmake/TBB
where `{tbb-root}` is the installation directory of TBB, _e.g._
`/usr/local` or `/opt/homebrew`.

### Issues with ZLIB

CMake may complain if you have multiple ZLIB installations.
To force a specific location, use `-DZLIB_ROOT=...` in a clean build directory.

# Development

We recommend to use an IDE or text editor that respect the provided `.clang-format` which will ease merging
Expand Down

0 comments on commit 346e157

Please sign in to comment.