From f28702e91e774bf32fdd9d66aac7cb74165f5806 Mon Sep 17 00:00:00 2001 From: Mars Saxman Date: Sat, 24 Feb 2018 15:18:00 -0800 Subject: [PATCH] add mention of dependency on libsndfile1-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bda886..a4add25 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ There are (at least) 3 methods to install Gum. But first, you must install the f apt-get install python python-gtk2 python-numpy python-setuptools \ libsndfile1 python-dev libasound2-dev libcairo2-dev \ - libsamplerate0 libsamplerate0-dev gcc + libsndfile1-dev libsamplerate0 libsamplerate0-dev gcc ## Method 1: System-wide install with pip