From 0e96b8c8a28404e6090cdecbd02311175cbfc357 Mon Sep 17 00:00:00 2001 From: h4waii <30473690+h4waii@users.noreply.github.com> Date: Sun, 12 Jan 2020 13:46:20 +1300 Subject: [PATCH] Update termux_notes.md Add libsndfile dependency --- doc/termux_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/termux_notes.md b/doc/termux_notes.md index d86ec7f08..2d2147513 100644 --- a/doc/termux_notes.md +++ b/doc/termux_notes.md @@ -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