recv.c: Make rn_event_handler() static
[paraslash.git] / README
diff --git a/README b/README
index a1e8adc1391103366d3b4fe1a481f6fe2566d6e9..acb359a87b8f0c74aaae29d95cbed3c372dd2a55 100644 (file)
--- a/README
+++ b/README
@@ -69,9 +69,9 @@ read(2)/write(2)/select(2) etc. functions.
 para_write (obligatory)
 ----------------------
 
-A modular audio stream writer. It supports a simple file writer output
-plugin and an optional wav/raw player for alsa.  Debian package:
-libasound2-dev
+A modular audio stream writer. It supports a simple file writer output plugin
+and optional wav/raw players for alsa (linux-only, Debian package:
+libasound2-dev) and Mac OS.
 
 ---------------------------------------
 para_audiod (optional, but recommended)
@@ -161,8 +161,9 @@ In any case you need
        - gcc, the gnu compiler collection (shipped with distro): gcc-3.3
          or newer is required.
        - openssl (needed by server, client): usually shipped with
-         distro, but you might have to install the "development"
-         package as well: http://www.openssl.org/
+         distro, but you might have to install the "development package"
+         (called libssl-dev on debian systems) as well:
+         http://www.openssl.org/
        - software mixing, e.g. ALSA and the direct mixing plugin (dmix)
 
 If you want to use the mysql-based audio file selector, you also need
@@ -180,7 +181,6 @@ install the corresponding development package as well.  Otherwise,
 just download libmad from http://www.underbit.com/products/mad/
 
 For ogg vorbis streams you'll need libogg, libvorbis, libvorbisfile,
-and a command line ogg vorbis decoder, e.g. para_filter or ogg123.
 The corresponding Debian packages are called libogg-dev libvorbis-dev,
 other distributors chose similar names.  All of these are also
 available at http://www.xiph.org/downloads/