Added note about jack plugin

This commit is contained in:
Jaroslav Kysela 2003-03-10 12:55:43 +00:00
parent e14cdf70ae
commit 915de60abf

11
INSTALL
View File

@ -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.