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

@ -33,7 +33,7 @@ ref : https://github.com/Proxmark/proxmark3/wiki/android
1. Install [Termux](https://play.google.com/store/apps/details?id=com.termux) and start it
2. Run the following commands:
```
pkg install make clang clang++ readline libc++ git tsu libsndfile
pkg install make clang clang++ readline libc++ git tsu
git clone https://github.com/RfidResearchGroup/proxmark3.git
```
### Building Proxmark3 client