Using CMake the build can be customized in a number of ways. The most prominent examples for this is the usage of different
options (flags). These can be set by using -D<optionName>=<value>
where <optionName>
is the name of the respective option
as listed below and <value>
is either ON
or OFF
depending on whether the option shall be activated or inactivated.
An example would be cmake -Dtests=ON ..
.
Build support for ALSA. (Default: ON)
Build support for ASIO audio input. (Default: OFF)
Build benchmarks (Default: OFF)
Build an x86 overlay (Default: OFF)
Bundle Qt's translations as well (Default: ${static})
Use the bundled GSL version instead of looking for one on the system (Default: ON)
Build the included version of nlohmann_json instead of looking for one on the system (Default: ON)
Build the included version of ReNameNoise instead of looking for one on the system. (Default: ${renamenoise})
Build the included version of Speex instead of looking for one on the system. (Default: ON)
Build the client (Mumble) (Default: ON)
Build support for CoreAudio. (Default: ON)
Include support for reporting crashes to the Mumble developers. (Default: ON)
Prints extended information during the search for the needed dependencies (Default: OFF)
Print out base install paths during project configuration (Default: OFF)
Set "uiAccess=true", required for global shortcuts to work with privileged applications. Requires the client's executable to be signed with a trusted code signing certificate. (Default: OFF)
Include support for the G15 keyboard (and compatible devices). (Default: OFF)
Build the g15helper executable in emulator mode. This will cause an emulated G15 window to appear on screen. Allows the use of Mumble's G15 support without owning the physical hardware. (Default: OFF)
Build support for Logitech G-Keys. Note: This feature does not require any build-time dependencies, and requires Logitech Gaming Software to be installed to have any effect at runtime. (Default: ON)
Build support for Ice RPC. (Default: ON)
Build support for JackAudio. (Default: ON)
Enables link-time optimizations for release builds (Default: ${LTO_DEFAULT})
Include the built-in "manual
(Default: positional audio plugin." ON)
Whether or not tests that need a working internet connection should be included (Default: OFF)
Build a heavily optimized version, specific to the machine it's being compiled on. (Default: OFF)
Build support for OSS. (Default: ON)
Build overlay. (Default: ${client})
Build 32 bit overlay library, necessary for the overlay to work with 32 bit processes. (Default: ON)
Build package. (Default: OFF)
Build support for PipeWire. (Default: ON)
Build Mumble with debug output for plugin callbacks inside of Mumble. (Default: OFF)
Build Mumble with debug output for plugin developers. (Default: OFF)
Build plugins. (Default: ON)
Build support for PortAudio (Default: ON)
Build support for PulseAudio. (Default: ON)
Build support for custom Diffie-Hellman parameters. (Default: ON)
Use Qt's text-to-speech system (part of the Qt Speech module) instead of Mumble's own OS-specific text-to-speech implementations. (Default: OFF)
Use ReNameNoise for machine learning noise reduction. (Default: ON)
Build redacted (outdated) plugins as well (Default: OFF)
Build the server (Murmur) (Default: ON)
Build support for Speech Dispatcher. (Default: ON)
Build static binaries. (Default: OFF)
Build binaries in a way that allows easier debugging. (Default: OFF)
Build tests. (Default: ${packaging})
Enable the tracy profiler. (Default: OFF)
Include languages other than English. (Default: ON)
Check for updates by default. (Default: ON)
Try to query install paths from pkgconf - this is incompatible to using CMAKE_INSTALL_PREFIX (Default: OFF)
All warnings are treated as errors. (Default: ON)
Build support for WASAPI. (Default: ON)
Build support for global shortcuts from Xbox controllers via the XInput DLL. (Default: ON)
Build support for XI2. (Default: ON)
Build support for zeroconf (mDNS/DNS-SD). (Default: ON)