Skip to content

Commit

Permalink
Docs: Avoid Make in favor of CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Oct 23, 2023
1 parent 3376cf9 commit 9f17a89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ Should you wish to integrate SimSIMD within USearch, simply compile USearch with
__To rerun experiments__ utilize the following command:

```sh
cmake -DCMAKE_BUILD_TYPE=Release -DSIMSIMD_BUILD_BENCHMARKS=1 -B ./build_release && make -C ./build_release && ./build_release/simsimd_bench
cmake -DCMAKE_BUILD_TYPE=Release -DSIMSIMD_BUILD_BENCHMARKS=1 -B ./build_release
cmake --build build_release --config Release
./build_release/simsimd_bench
```

__To test and benchmark with Python bindings__:
Expand Down

0 comments on commit 9f17a89

Please sign in to comment.