Document ALSA/OSS requirements

This commit is contained in:
Julien BLACHE 2010-04-04 14:35:29 +02:00
parent b615946989
commit 6528b64fc8

View File

@ -19,9 +19,12 @@ invoke ANTLR. If it doesn't exist, it'll try to invoke ANTLR directly with
'java org.antlr.Tool'; make sure your CLASSPATH is set properly, and if it 'java org.antlr.Tool'; make sure your CLASSPATH is set properly, and if it
doesn't work, just create the wrapper somewhere in your PATH. doesn't work, just create the wrapper somewhere in your PATH.
System-specific libraries: System-specific requirements:
- Linux: - Linux:
+ glibc 2.9+ (for signalfd) + glibc 2.9+ (for signalfd)
+ libasound (ALSA sound support - or you can use OSS4)
- FreeBSD:
+ OSS4 sound support
General libraries: General libraries:
- Avahi client libraries, 0.6.24 minimum - Avahi client libraries, 0.6.24 minimum