summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-03-10 12:55:43 +0000
committerJaroslav Kysela <perex@perex.cz>2003-03-10 12:55:43 +0000
commit915de60abf878b106e1b4e8174c5de0d760ad07e (patch)
tree448d2f6cd068adcaed82dd84d948abd4ad015f4e /INSTALL
parente14cdf70aeb3a563b906dccafb687da0427896b0 (diff)
Added note about jack plugin
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index bc1e76ca..6a35a930 100644
--- a/INSTALL
+++ b/INSTALL
@@ -74,3 +74,14 @@ If your machine does not have FP unit, you should use '--with-softfloat'
option. This option disables usage of float numbers in PCM route plugin.
ALSA could then leave much more CPU cycles for your applications, but you
could still need some floating point emulator.
+
+Jack plugin
+-----------
+
+To build the jack pcm plugin, use this sequence:
+
+cd alsa-lib/src/pcm/ext
+make jack
+make jack-install
+
+The default directory for add-on modules is ${prefix}/lib/alsa-lib.