mirror of https://github.com/wb2osz/direwolf.git
Get necessary libasound header files. Pull request 189.
This commit is contained in:
parent
d0cad72955
commit
bfa7f4af93
12
README.md
12
README.md
|
@ -107,6 +107,18 @@ For more details see the **User Guide** in the [**doc** directory](https://githu
|
||||||
|
|
||||||
### Linux - Using git clone (recommended) ###
|
### 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 ~
|
cd ~
|
||||||
git clone https://www.github.com/wb2osz/direwolf
|
git clone https://www.github.com/wb2osz/direwolf
|
||||||
cd direwolf
|
cd direwolf
|
||||||
|
|
Loading…
Reference in New Issue