Having to maintain the old legacy theme of Mumble was becoming a burden as new icons would have to be created two times in order to fit both theme variants. That never happened and thus the new icons looked very out-of-place in the Classic theme. Besides the classic theme was also missing several icons altogether already. Thus it has been concluded to remove the Classic theme. |
||
|---|---|---|
| .. | ||
| build_installer.md | ||
| build_linux.md | ||
| build_macos.md | ||
| build_static.md | ||
| build_windows.md | ||
| cmake_options.md | ||
| faq.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.
The first step in building Mumble is to clone this repository via git clone https://github.com/mumble-voip/mumble.git and then going into the cloned directory and run git submodule update --init --recursive in order to also clone all submodules.
Tip: You can also build a specific version or commit of Mumble.
Then go into the cloned repository and run git submodule update --init --recursive in order to also clone all submodules.
In order to actually build Mumble, you can follow one of the following instruction sets:
Furthermore you might find these helpful as well: