From bfa7f4af93f220554282486e7d2d80d572dd30d9 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sun, 17 Feb 2019 22:00:30 -0500 Subject: [PATCH] Get necessary libasound header files. Pull request 189. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e2b273f..cc8171a 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,18 @@ For more details see the **User Guide** in the [**doc** directory](https://githu ### Linux - Using git clone (recommended) ### +You will probably need to install one of these packages first: + +On Debian / Ubuntu / Raspbian: + + sudo apt-get install libasound2-dev + +Or on Red Hat / Fedora / Centos: + + sudo yum install alsa-lib-devel + +Then on any flavor of Linux: + cd ~ git clone https://www.github.com/wb2osz/direwolf cd direwolf