From d0171a94d58471dbdfe866e4ddb60efd9e2a4482 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Mar 2016 13:46:26 -0700 Subject: [PATCH] Add libasound2-dev to debian-bootstrap.sh Addresses #1297 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1f69e4d3..04e2db2d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -39,6 +39,7 @@ apt-get install -y \ freeglut3-dev \ git \ libadns1-dev \ + libasound2-dev \ libblas-dev \ libbz2-dev \ libcairo2-dev \