Skip to content

Commit bfa7f4a

Browse files
committed
Get necessary libasound header files. Pull request 189.
1 parent d0cad72 commit bfa7f4a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,18 @@ For more details see the **User Guide** in the [**doc** directory](https://githu
107107

108108
### Linux - Using git clone (recommended) ###
109109

110+
You will probably need to install one of these packages first:
111+
112+
On Debian / Ubuntu / Raspbian:
113+
114+
sudo apt-get install libasound2-dev
115+
116+
Or on Red Hat / Fedora / Centos:
117+
118+
sudo yum install alsa-lib-devel
119+
120+
Then on any flavor of Linux:
121+
110122
cd ~
111123
git clone https://www.github.com/wb2osz/direwolf
112124
cd direwolf

0 commit comments

Comments
 (0)