Get necessary libasound header files. Pull request 189.

This commit is contained in:
wb2osz 2019-02-17 22:00:30 -05:00
parent d0cad72955
commit bfa7f4af93
1 changed files with 12 additions and 0 deletions

View File

@ -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