~ubuntu-branches/ubuntu/lucid/mumble/lucid-security

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig, Patrick Matthäi, Thorvald Natvig
  • Date: 2009-11-11 23:33:38 UTC
  • mfrom: (9.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091111233338-yrojdl25rlm0f2zy
Tags: 1.2.0~beta1-1
[ Patrick Matthäi ]
* Do not build with missing libcap2-dev on kfreebsd-*.
* Merge 1.1.8-3 and 1.1.8-4 changelog.
* Merge remaining changes from the 1.1.8 branch.
* Also install the menu icon for the mumble-11x package.
* Extend the long description of the mumble-11x package. Thanks lintian.

[ Thorvald Natvig ]
* New upstream beta release.
* Update get-orig-source.
* Update dependencies.
* Let the qmake script find the celt/speex libraries on its own.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
The only legitimate releases of Mumble will be on sourceforge, any other
8
8
place offering Mumble is likely to contain trojans or viruses.
9
9
 
10
 
Pre-requisites
11
 
==============
12
 
 
13
 
Mumble and murmur depends on Qt version 4.3.0 or above; either the opensource
14
 
or commercial versions will do.
15
 
Please see http://www.trolltech.com/qt/ for more information. As we use the Qt
16
 
build system, it's important that you have a fully functional Qt installation.
17
 
 
18
 
The mumble build uses pre-comiled headers. If you use GCC, make sure it's at
19
 
least version 3.4, and preferably 4.2 or newer.
20
 
 
21
 
Mumble needs the Boost C++ library. http://www.boost.org
22
 
 
23
 
You need ZeroC ICE. http://www.zeroc.com
24
 
 
25
 
You may need to adjust the paths in mumble.pro, murmur.pro and mumble.pri to
26
 
reflect where your installed versions of dependant libraries are.
27
 
 
28
10
Windows pre-requisites
29
11
======================
30
12
 
42
24
Linux pre-requisites
43
25
====================
44
26
 
45
 
Mumble needs the developer libraries for the sound backend you want to use
46
 
(ALSA, OSS or PulseAudio), as well as the developer libraries for Xevie, 
47
 
speech-dispatcher, dbus and g15-daemon.
48
 
 
49
 
The Linux version of the client is developed on Ubuntu 8.10. It may work on
50
 
other updated distributions. The server should work on any modern UNIX-based
51
 
distribution and on Windows.
 
27
Detailed build instructions are available at
 
28
http://mumble.sourceforge.net/BuildingLinux and it is highly recommended
 
29
to follow them to the letter.
52
30
 
53
31
Building Mumble and Murmur
54
32
==========================
131
109
 
132
110
CONFIG+=no-ice (Murmur)
133
111
 Don't build support for Ice RPC.
 
112
 
 
113
CONFIG+=no-bonjour
 
114
 Don't build support for Bonjour.
134
115
 
135
116
 
136
117
User Registrations