summaryrefslogtreecommitdiff
path: root/network/mumble/README
diff options
context:
space:
mode:
authorJames Geboski <jgeboski@gmail.com>2012-08-13 07:51:40 -0500
committerRobby Workman <rworkman@slackbuilds.org>2012-08-13 07:51:40 -0500
commit8aef445b4fd99fb19f3075d08d7754e225ab1e52 (patch)
treeb28d11ca9d8a5d812b16e14b613a9e989457d48d /network/mumble/README
parent2ed9e80c54030b811cb2c43d5a14f59a9a0db880 (diff)
downloadslackbuilds-8aef445b4fd99fb19f3075d08d7754e225ab1e52.tar.gz
network/mumble: various build fixes and enhancements
- Fixed $SLKCFLAGS not being directly passed to qmake - Included 'mumble-overly' script; this allows for the use of the mumble overlay - Added COMPAT32 option for libmumble (preloaded overlay library) The COMPAT32 option does build a 32-bit libmumble via the -m32 CFLAG, and I'm fairly certain this is taboo for SBo. Obviously, -m32 requires a multilibbed system, and not all x86_64 systems have this setup. On x86_64 systems, mumble-overly will look for a 32-bit libmumble to use, and it helps keep compatibility. Many of the people using this are somewhat of "gamers", and use it on games that are not native to the system (non-free and 32-bit only, wine, etc). Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mumble/README')
-rw-r--r--network/mumble/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/network/mumble/README b/network/mumble/README
index 7ffc9f7501..d263d8d0f8 100644
--- a/network/mumble/README
+++ b/network/mumble/README
@@ -8,9 +8,17 @@ If you have g15tools installed and want mumble to use it:
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
+
Please note, if you have celt-0.7.1, the previous version of celt on
SBo, you will need to upgrade to celt >= 0.11.0.
-This requires: protobuf, speex, and celt >= 0.11.0
+This requires protobuf, speex, and celt.
Note: This does not build the mumble server (murmur).