mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Since Debian Bookworm the pkg-config package is a transitional package to pkgconf, so update the build dependency install instructions to point to its target. In PR 6643 I accidentally updated the instructions for Ubuntu instead of for Debian, so now actually update the instructions for Debian as well. FTR: In Ubuntu Noble (2024.04) it's also a transitional package. Link: https://github.com/mumble-voip/mumble/pull/6643 |
||
|---|---|---|
| .. | ||
| build_installer.md | ||
| build_linux.md | ||
| build_macos.md | ||
| build_static.md | ||
| build_windows.md | ||
| cmake_options.md | ||
| common_build_errors.md | ||
| faq.md | ||
| find_build_number.md | ||
| ide_integration.md | ||
| README.md | ||
| setup_visual_studio.md | ||
Build Mumble
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: