Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Dec 22, 2024
1 parent 9a24f47 commit 20bd288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Install
---
1. Clone SAFpy, SAF is provided as a submodule, and change to the folder

```git clone --recursive https://github.com/chris-hld/SAFpy && cd SAFpy```
```git clone --recursive --depth=1 https://github.com/chris-hld/SAFpy && cd SAFpy```

2. Go to the SAF folder and compile SAF, see instructions in its [docs](https://github.com/leomccormack/Spatial_Audio_Framework/blob/master/README.md).
2. Go to the Spatial_Audio_Framework folder and compile, see instructions in its [docs](https://github.com/leomccormack/Spatial_Audio_Framework/blob/master/README.md).
For example with

```cmake -S . -B build -DSAF_PERFORMANCE_LIB=SAF_USE_OPEN_BLAS_AND_LAPACKE && cmake --build ./build```
Expand Down

0 comments on commit 20bd288

Please sign in to comment.