Skip to content

Commit

Permalink
Improved HOW_TO_BUILD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton authored Sep 8, 2024
1 parent 1501bec commit 8ec7707
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HOW_TO_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Clone and build:

(May not be needed) - Depending on your setup, you may need to tell CMake where to find each library. This is done by setting environment variables.

(it doesn't have to be global like in the example)

`
LLVM_DIR=/opt/homebrew/opt/llvm zstd_DIR=/usr/local/opt/zstd cmake -B build -DCMAKE_BUILD_TYPE="Release" -DCMAKE_C_FLAGS="-w" -G Ninja
`
Expand Down

0 comments on commit 8ec7707

Please sign in to comment.