diff options
author | Jaroslav Kysela <perex@perex.cz> | 2003-03-10 12:55:43 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2003-03-10 12:55:43 +0000 |
commit | 915de60abf878b106e1b4e8174c5de0d760ad07e (patch) | |
tree | 448d2f6cd068adcaed82dd84d948abd4ad015f4e /INSTALL | |
parent | e14cdf70aeb3a563b906dccafb687da0427896b0 (diff) |
Added note about jack plugin
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |