mumble/docs/dev/build-instructions
Robert Adam a3086acade
Merge pull request #4557: DOCS: Added info for building with powershell
Includes a script that implementers can basically copy and paste and run in order to use the same process for setting environment and path variables that the developer command prompt uses.
2020-11-01 12:56:47 +01:00
..
build_installer.md DOCS: Restructure and include build-documentation 2020-10-12 08:16:01 +02:00
build_linux.md DOCS: Updated deps for Linux 2020-10-27 13:33:05 +01:00
build_macos.md DOCS: Restructure and include build-documentation 2020-10-12 08:16:01 +02:00
build_static.md Merge pull request #4557: DOCS: Added info for building with powershell 2020-11-01 12:56:47 +01:00
build_windows.md DOCS: Added instructions to install Visual Studio 2020-11-01 08:20:00 +01:00
cmake_options.md BUILD(cmake): Remove obsolete option "dpkg-buildflags" 2020-10-22 00:56:54 +02:00
faq.md DOCS: Restructure and include build-documentation 2020-10-12 08:16:01 +02:00
ide_integration.md DOCS: Restructure and include build-documentation 2020-10-12 08:16:01 +02:00
README.md DOCS: Added instructions to install Visual Studio 2020-11-01 08:20:00 +01: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.

The first step in building Mumble is to clone this repository via git clone https://github.com/mumble-voip/mumble.git.

In order to actually build Mumble, you can follow one of the following instruction sets:

Furthermore you might find these helpful as well: