ALSA kernel first.

This commit is contained in:
Lars Immisch
2015-05-14 01:02:37 +02:00
parent bd458cb5ac
commit 74318d1601

View File

@@ -31,15 +31,14 @@ To install pyalsaaudio via `pip` (or `easy_install`):
## Manual installation
*Note:* the wrappers need the ALSA library and headers.
The installation of these varies from distribution to distribution.
*Note:* the wrappers need a kernel with ALS support, and the
ALSA library and headers. The installation of these varies from distribution
to distribution.
On Debian or Ubuntu, make sure to install `libasound2-dev`. On Arch,
install `alsa-lib`. When in doubt, search your distribution for a
package that contains `libasound.so` and `asoundlib.h`.
Naturally you also need to use a kernel with ALSA support.
First, get the sources and change to the source directory:
```
$ git clone https://github.com/larsimmisch/pyalsaaudio.git