0
0
mirror of https://github.com/mumble-voip/mumble.git synced 2024-11-24 08:16:49 +00:00
mumble-voip_mumble/docs/dev/build-instructions
Robert Adam 497f6005c0 DOCS(vcpkg): Refer to our own vcpkg fork
This also removes the deprecated helper scripts for custom vcpkg setups
2024-10-01 22:36:05 +02:00
..
build_installer.md DOCS: Mention BUILD_NUMBER for building installer 2021-05-30 16:52:25 +02:00
build_linux.md DOCS: Update dependencies for Qt6 2024-09-29 10:52:12 +00:00
build_macos.md DOCS: Added info about Poco dependency 2021-05-14 18:24:54 +02:00
build_static.md DOCS(vcpkg): Refer to our own vcpkg fork 2024-10-01 22:36:05 +02:00
build_windows.md DOCS: Added instructions to install Visual Studio 2020-11-01 08:20:00 +01:00
cmake_options.md FEAT(client): Add ReNameNoise as a replacement for RNNoise 2024-04-04 14:59:09 +00:00
common_build_errors.md DOCS: Add FindPythonInterpreter error to common build errors 2022-01-24 08:23:17 +01:00
faq.md DOCS: Mention unity builds 2021-03-06 18:57:22 +01:00
find_build_number.md DOCS: Extend build number docs 2022-01-09 19:54:49 +01:00
ide_integration.md DOCS: Fix vcpkg paths in build documentation 2021-01-14 19:57:06 +01:00
README.md DOCS: Update dependencies for Qt6 2024-09-29 10:52:12 +00:00
setup_visual_studio.md DOCS: Added instructions to install Visual Studio 2020-11-01 08:20:00 +01:00

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: