From b0b6de5e6c61fe92452bf057d2f0677a3d1fec9b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 20 Feb 2009 16:12:44 +0000 Subject: silbe patch to build alsaaudio on first launch --- (limited to 'arch_src/pyalsaaudio-0.2/doc/.svn/text-base/node5.html.svn-base') diff --git a/arch_src/pyalsaaudio-0.2/doc/.svn/text-base/node5.html.svn-base b/arch_src/pyalsaaudio-0.2/doc/.svn/text-base/node5.html.svn-base new file mode 100644 index 0000000..923ac75 --- /dev/null +++ b/arch_src/pyalsaaudio-0.2/doc/.svn/text-base/node5.html.svn-base @@ -0,0 +1,115 @@ + + + + + + + + + + + + + +3 Installation + + + + + +

+3 Installation +

+ +

+Note: the wrappers link with the alsasound library (from the alsa-lib +package). Verify that this is installed by looking for /usr/lib/libasound.so +before building. Naturally you also need to use a kernel with proper ALSA +support. This is the default in Linux kernel 2.6 and later. If you are using +kernel version 2.4 you may need to install the ALSA patches yourself - although +most distributions ship with ALSA kernels. + +

+To install, execute the following: +

+$ python setup.py build
+
+ +

+And then as root: +

+# python setup.py install
+
+ +

+ +

+ + + + -- cgit v0.9.1