summaryrefslogtreecommitdiffstats
path: root/network/mumble/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mumble/README')
-rw-r--r--network/mumble/README35
1 files changed, 20 insertions, 15 deletions
diff --git a/network/mumble/README b/network/mumble/README
index 581c243810..ba5d6f914f 100644
--- a/network/mumble/README
+++ b/network/mumble/README
@@ -5,24 +5,29 @@ 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 you don't want the mumble overlay:
+ OVERLAY=no ./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.
+If your system is x86_64 based, and you have the 32-bit multilib
+libraries, mumble will can build the 32-bit overlay
+library.
-To build the overlay with 32-bit compatability:
- OVERLAY=yes COMPAT32=yes ./mumble.SlackBuild
+ 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.
-Celt-0.7.0 bundled for optional backware compatibility. SBo's celt
-is incompatible. If needed use:
- CELT070=yes ./mumble.SlackBuild
+The bundled Celt is used for optional backware compatibility. To use
+your own try:
-Note: This does not build the mumble server (murmur).
+ CELT=no ./mumble.SlackBuild
+
+Text-to-speech is the default (speechd and espeak). Disable with
-***NOTE: text-to-speech is now an available option in mumble with
-SPEECHD=yes and you will need one text-to-speech engine installed:
-flite, festival, or espeak
+ SPEECHD=no ./mumble.SlackBuild
+
+Notes:
+- This does not build the mumble server (murmur).
+- For wget github download, you may need to use:
+ wget --content-disposition ...