We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cad72 commit bfa7f4aCopy full SHA for bfa7f4a
README.md
@@ -107,6 +107,18 @@ For more details see the **User Guide** in the [**doc** directory](https://githu
107
108
### Linux - Using git clone (recommended) ###
109
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
122
cd ~
123
git clone https://www.github.com/wb2osz/direwolf
124
cd direwolf
0 commit comments