Update termux_notes.md

Add libsndfile dependency
This commit is contained in:
h4waii
2020-01-12 13:46:20 +13:00
committed by GitHub
parent e4bd3544d5
commit 0e96b8c8a2

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
pkg install make clang clang++ readline libc++ git tsu libsndfile
git clone https://github.com/RfidResearchGroup/proxmark3.git
```
### Building Proxmark3 client