Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-01-18 20:17:48 +0300
committerGitHub <noreply@github.com>2022-01-18 20:17:48 +0300
commit1a5dd7c72c27c495c6dc37aa5b3a30168e1aa495 (patch)
tree9f80595b3bec1f71c93a2042be6f3d1d279ca329
parent37c33fe01b3d4a5b9d9ca887db5361e4487867e2 (diff)
parent7e39ae927d14a44eee6f838b17a00488eee9f090 (diff)
Merge PR #5463: DOCS(build): Clean up leftovers from RELEASE_ID concept
-rw-r--r--docs/dev/build-instructions/build_linux.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/dev/build-instructions/build_linux.md b/docs/dev/build-instructions/build_linux.md
index d6bd1d5ef..96c76f82e 100644
--- a/docs/dev/build-instructions/build_linux.md
+++ b/docs/dev/build-instructions/build_linux.md
@@ -88,10 +88,6 @@ following commands:
2. `cd build` (Switches into the build directory)
3. `cmake ..` (Actually runs cmake)
-Optionally you can use: `cmake -DRELEASE_ID=$(python "../scripts/mumble-version.py") ..`
-
-This will include the latest commit hash and date in the version info. This should be run in bash.
-
This will cause cmake to create the necessary build files for you. If you want to customize your build, you can pass special flags to cmake in step 3.
For all available build options, have a look [here](cmake_options.md).