From 74318d1601c86fca05640a7f1c5f2c479342c187 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Thu, 14 May 2015 01:02:37 +0200 Subject: [PATCH] ALSA kernel first. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a889c25..13fb90d 100644 --- a/README.md +++ b/README.md @@ -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