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

@ -77,7 +77,7 @@ Enter WSL prompt (`wsl`) and from there, follow the [Linux Installation Instruct
```sh
sudo apt-get update
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libsndfile1-dev
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev
```
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.