From 1e3af7e3c72dddbeb1ce488310f7dea4f0b03520 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 17:39:11 +0900 Subject: [PATCH] debian-bootstrap.sh: libsox-dev (#2390) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 5d9eebf0..726c5334 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -92,6 +92,7 @@ apt-get install -y \ libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ + libsox-dev \ libsqlite3-dev \ libssl-dev \ libsystemd-dev \