Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
drxddy committed Feb 6, 2025
1 parent 7c2ff61 commit ed94125
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ int main() {
```bash
mkdir build && cd build

# CMake with explicit source path
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local

# For Apple Silicon
cmake .. \
-DCMAKE_INSTALL_PREFIX=/opt/homebrew \
-DCMAKE_OSX_ARCHITECTURES=arm64
-DCMAKE_INSTALL_PREFIX=/usr/local
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIB=ON \
-DBUILD_EXECUTABLE=ON \
-DBUILD_TESTS=ON

make && sudo make install
```

0 comments on commit ed94125

Please sign in to comment.