Skip to content

Commit

Permalink
Add step to extra setup
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed Oct 11, 2023
1 parent 128cb40 commit 791f0de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,14 @@ brew install gcc
The following commands enable running/building k-NN on M1 machines:

```bash
// Go to jni folder
cd k-NN/jni
// Go to k-NN folder
cd k-NN

// Build to generate the necessary files to be modified below (will fail)
./gradlew build

//Go to jni folder
cd jni

// File changes required
sed -i -e 's/\/usr\/local\/opt\/libomp\//\/opt\/homebrew\/opt\/llvm\//g' CMakeLists.txt
Expand Down

0 comments on commit 791f0de

Please sign in to comment.