Remove libsndfile dep and code our own savewav

This commit is contained in:
Philippe Teuwen 2020-01-13 13:49:32 +01:00
commit 5cdc6aab48
6 changed files with 45 additions and 21 deletions

View file

@ -82,7 +82,7 @@ These instructions will show how to setup the environment on OSX to the point wh
2. Install dependencies:
```
brew install readline qt5 pkgconfig libsndfile
brew install readline qt5 pkgconfig
brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc
```