
We should specify that the build documentation will change over time and the correct branch needs to be selected for any given version. Fixes #6658
1.4 KiB
Build Mumble
This documentation is version-specific. The current master
branch contains the unstable code for a future release of Mumble.
If you want to build an already released stable version of Mumble, use the respective branch.
A fundamental dependency for building Mumble is git, so make sure you have it installed. If you are new to git, make sure to checkout this guide on git's basics in order to be able to follow the given instructions.
Furthermore Mumble requires a Cpp17-conform compiler.
The first step in building Mumble is to clone this repository and all the submodules via git clone --depth 1 --recursive https://github.com/mumble-voip/mumble.git
.
Tip: You can also build a specific version or commit of Mumble.
In order to actually build Mumble, you can follow one of the following instruction sets:
Furthermore you might find these helpful as well: