Difference between revisions of "Installing Mumble"

From Mumble Wiki
Jump to: navigation, search
m (Linux)
m
Line 1: Line 1:
 
'''Please edit this page if you find a feature or step you think should be included; it's a wiki for a reason! Note you must register and wait about 3 days in order to be able to edit.'''
 
'''Please edit this page if you find a feature or step you think should be included; it's a wiki for a reason! Note you must register and wait about 3 days in order to be able to edit.'''
 +
 +
=Introduction=
 +
This page shows you directions on how to install and use Mumble (client) and Murmur (server). For usage information, see [[Installing_Mumble#Using_Mumble|here]].
  
 
=Getting and Installing Mumble=
 
=Getting and Installing Mumble=
 
This page shows you directions on how to install Mumble (client) as well as Murmur (server).
 
  
 
==Windows==
 
==Windows==
Line 17: Line 18:
 
==Linux==
 
==Linux==
  
For most Linux distributions, the client package name is ''mumble'', and the server package name is ''murmur''.
+
For most Linux distributions, the client package name is ''mumble''.
 
 
However, for Debian distributions, the server package name is ''mumble-server''.
 
 
 
On the popular Linux distributions, both Mumble and Murmur should be available in either third party repositories, or the official repository. See the distribution sections below.
 
  
'''If''' you do not find an appropriate Murmur (server) package for your distribution, the [http://mumble.info/snapshot/ static build] will usually work. Static builds start with "murmur-static_x86."
+
On the popular Linux distributions, Mumble should be available in either third party repositories, or the official repository. See the distribution sections below.
  
 
'''If''' you do not find an appropriate Mumble package for your distribution, there are now experimental static Mumble builds available from [http://www.0xy.org/mumble/ here] (64 and 32 bit compatible). '''Do NOT use these unless you are sure that the Mumble is not available in your own package manager or third-party repositories -- use these builds at your own risk; they have not been thoroughly tested yet.'''  
 
'''If''' you do not find an appropriate Mumble package for your distribution, there are now experimental static Mumble builds available from [http://www.0xy.org/mumble/ here] (64 and 32 bit compatible). '''Do NOT use these unless you are sure that the Mumble is not available in your own package manager or third-party repositories -- use these builds at your own risk; they have not been thoroughly tested yet.'''  
  
If all of the above options fail to work, you can always try [[BuildingLinux|compiling Mumble/Murmur from source]].
+
If all of the above options fail to work, you can always try [[BuildingLinux|compiling Mumble from source]].
 
 
Note that on Debian-based systems, you can use the package
 
mumble-server-web
 
for a turn-key, ready to go ICE installation (it also includes some scripts by default). Simply install it after you have installed mumble-server. When this package is installed, you can drop any ICE php web interface of your choice into ''/var/www''.
 
  
 
==== Debian ====
 
==== Debian ====
  
 
Debian unstable has the latest release at all times in it's repository, and snapshots in experimental. Backports to current stable are done as soon as the package reaches testing (usually a week after release).
 
Debian unstable has the latest release at all times in it's repository, and snapshots in experimental. Backports to current stable are done as soon as the package reaches testing (usually a week after release).
 
To configure the server, just 'dpkg -reconfigure mumble-server'.
 
  
 
==== Ubuntu ====
 
==== Ubuntu ====
Line 46: Line 37:
  
 
If you are going to use the PPA, click the above link, select "Technical Details" and copy the two repositories to ''/etc/apt/sources.list'', then add the signing key. Note that you must have the Universe repository enabled so that Mumble can install the needed dependencies.
 
If you are going to use the PPA, click the above link, select "Technical Details" and copy the two repositories to ''/etc/apt/sources.list'', then add the signing key. Note that you must have the Universe repository enabled so that Mumble can install the needed dependencies.
 
Configure the server using 'sudo dpkg-reconfigure mumble-server'.
 
  
 
=== SUSE ===
 
=== SUSE ===
Line 59: Line 48:
 
* Unstable (updated directly from Git): http://aur.archlinux.org/packages.php?ID=26865
 
* Unstable (updated directly from Git): http://aur.archlinux.org/packages.php?ID=26865
  
Murmur (the server) can also be found here: http://aur.archlinux.org/packages.php?ID=19928
+
=Getting and Installing Murmur=
 +
 
 +
==Windows==
 +
 
 +
Just head to [http://sourceforge.net/project/showfiles.php?group_id=147372 SourceForge downloads page], get the Windows executable and run it. Follow the installer instructions and you are done. The installer includes both the client and the server.
 +
 
 +
==Mac OS X==
 +
 
 +
Precompiled Mac OS X universal binaries are available from the [http://sourceforge.net/project/showfiles.php?group_id=147372 SourceForge downloads page].
 +
 
 +
Note that the official releases of Mumble 1.2.x are not currently compatible with Mac OS X 10.4, but you can try the experimental snapshots found [http://www.scorpius-project.org/mumble-osx-10.4/ here] '''warning: use at your own risk; these have not been thoroughly tested, and may have bugs'''.
 +
 
 +
==Linux==
 +
 
 +
For most Linux distributions, the server package name is ''murmur''.
 +
 
 +
However, for Debian distributions, the server package name is ''mumble-server''.
 +
 
 +
On the popular Linux distributions, Murmur should be available in either third party repositories, or the official repository. See the distribution sections below.
 +
 
 +
'''If''' you do not find an appropriate Murmur (server) package for your distribution, the [http://mumble.info/snapshot/ static build] will usually work. Static builds start with "murmur-static_x86."
 +
 
 +
If all of the above options fail to work, you can always try [[BuildingLinux|compiling Murmur from source]].
 +
 
 +
Note that on Debian-based systems, you can use the package
 +
mumble-server-web
 +
for a turn-key, ready to go ICE installation (it also includes some scripts by default). Simply install it after you have installed mumble-server. When this package is installed, you can drop any ICE php web interface of your choice into ''/var/www''.
 +
 
 +
==== Debian ====
 +
 
 +
To configure the server, just run 'dpkg -reconfigure mumble-server'.
 +
 
 +
==== Ubuntu ====
 +
 
 +
To configure the server, run 'sudo dpkg-reconfigure mumble-server'.
 +
 
 +
=== SUSE ===
 +
 
 +
Uptodate packages can be found in the [http://download.opensuse.org/repositories/home:/lnussel:/mumble:/unstable/ Build Service].
 +
 
 +
=== Arch Linux ===
 +
 
 +
Murmur can also be found here: http://aur.archlinux.org/packages.php?ID=19928
  
 
=Using Mumble=
 
=Using Mumble=
  
Client: [[Mumbleguide|Mumbleguide]]
+
===Client===
 +
[[Mumbleguide|Mumbleguide]]
  
Server: [[Murmurguide|Murmurguide]]
+
===Server===
 +
[[Murmurguide|Murmurguide]]
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Documentation English]]
 
[[Category:Documentation English]]

Revision as of 04:39, 30 January 2010

Please edit this page if you find a feature or step you think should be included; it's a wiki for a reason! Note you must register and wait about 3 days in order to be able to edit.

Introduction

This page shows you directions on how to install and use Mumble (client) and Murmur (server). For usage information, see here.

Getting and Installing Mumble

Windows

Just head to SourceForge downloads page, get the Windows executable and run it. Follow the installer instructions and you are done. The installer includes both the client and the server.

Mac OS X

Precompiled Mac OS X universal binaries are available from the SourceForge downloads page.

Note that the official releases of Mumble 1.2.x are not currently compatible with Mac OS X 10.4, but you can try the experimental snapshots found here warning: use at your own risk; these have not been thoroughly tested, and may have bugs.

Linux

For most Linux distributions, the client package name is mumble.

On the popular Linux distributions, Mumble should be available in either third party repositories, or the official repository. See the distribution sections below.

If you do not find an appropriate Mumble package for your distribution, there are now experimental static Mumble builds available from here (64 and 32 bit compatible). Do NOT use these unless you are sure that the Mumble is not available in your own package manager or third-party repositories -- use these builds at your own risk; they have not been thoroughly tested yet.

If all of the above options fail to work, you can always try compiling Mumble from source.

Debian

Debian unstable has the latest release at all times in it's repository, and snapshots in experimental. Backports to current stable are done as soon as the package reaches testing (usually a week after release).

Ubuntu

Note that you should use the PulseAudio sound system for Mumble if you are running Ubuntu.

Ubuntu carries whatever Mumble version was current at the time of the release in the universe repository. Backports of current releases can be found in the PPA. If you do not have the current version of Mumble available in your repositories, add the PPA.

If you are going to use the PPA, click the above link, select "Technical Details" and copy the two repositories to /etc/apt/sources.list, then add the signing key. Note that you must have the Universe repository enabled so that Mumble can install the needed dependencies.

SUSE

Uptodate packages can be found in the Build Service.

Arch Linux

There are two Mumble packages in AUR:

Getting and Installing Murmur

Windows

Just head to SourceForge downloads page, get the Windows executable and run it. Follow the installer instructions and you are done. The installer includes both the client and the server.

Mac OS X

Precompiled Mac OS X universal binaries are available from the SourceForge downloads page.

Note that the official releases of Mumble 1.2.x are not currently compatible with Mac OS X 10.4, but you can try the experimental snapshots found here warning: use at your own risk; these have not been thoroughly tested, and may have bugs.

Linux

For most Linux distributions, the server package name is murmur.

However, for Debian distributions, the server package name is mumble-server.

On the popular Linux distributions, Murmur should be available in either third party repositories, or the official repository. See the distribution sections below.

If you do not find an appropriate Murmur (server) package for your distribution, the static build will usually work. Static builds start with "murmur-static_x86."

If all of the above options fail to work, you can always try compiling Murmur from source.

Note that on Debian-based systems, you can use the package

mumble-server-web

for a turn-key, ready to go ICE installation (it also includes some scripts by default). Simply install it after you have installed mumble-server. When this package is installed, you can drop any ICE php web interface of your choice into /var/www.

Debian

To configure the server, just run 'dpkg -reconfigure mumble-server'.

Ubuntu

To configure the server, run 'sudo dpkg-reconfigure mumble-server'.

SUSE

Uptodate packages can be found in the Build Service.

Arch Linux

Murmur can also be found here: http://aur.archlinux.org/packages.php?ID=19928

Using Mumble

Client

Mumbleguide

Server

Murmurguide