summaryrefslogtreecommitdiffstats
path: root/network/mumble/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mumble/README')
-rw-r--r--network/mumble/README45
1 files changed, 25 insertions, 20 deletions
diff --git a/network/mumble/README b/network/mumble/README
index 7fb924cb74..bb85a2cbe5 100644
--- a/network/mumble/README
+++ b/network/mumble/README
@@ -5,23 +5,28 @@ can be compared to programs like Ventrilo or TeamSpeak.
If you have g15tools installed and want mumble to use it:
G15=yes ./mumble.SlackBuild
-If you want the mumble overlay:
- OVERLAY=yes ./mumble.SlackBuild
-
-If your system is x86_64 based, you can have this script build a
-32-bit libmumble. This will add in a 32-bit library for the
-mumble-overlay script to use for compatability. Please note, you
-*must* have a multilibbed system for this to work.
-
-To build the overlay with 32-bit compatability:
- OVERLAY=yes COMPAT32=yes ./mumble.SlackBuild
-
-Note: This does not build the mumble server (murmur).
-
-***NOTE: text-to-speech is now an available option in mumble with
-SPEECHD=yes and requires additional optional dependencies:
-speech-dispatcher
-and you will need one text-to-speech engine installed:
-flite
-festival
-espeak
+If you don't want the mumble overlay:
+ OVERLAY=no ./mumble.SlackBuild
+
+If your system is x86_64 based, and you have the 32-bit multilib
+libraries, mumble will can build the 32-bit overlay
+library.
+
+ COMPAT32=yes ./mumble.SlackBuild
+
+Please note, you *must* have a multilibbed system for this to work.
+See the mumble documentation on how to use the mumble overlay.
+
+Celt is no longer maintained, and dropped in is favor of opus.
+The bundled Celt is used for optional backware compatibility. To use
+your own try:
+
+ CELT=no ./mumble.SlackBuild
+
+Text-to-speech is the default (speechd and espeak). Disable with
+
+ SPEECHD=no ./mumble.SlackBuild
+
+Notes:
+- This does not build the mumble server (murmur).
+