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:
authorFelix Singer <felixsinger@posteo.net>2022-01-18 18:54:05 +0300
committerFelix Singer <felixsinger@posteo.net>2022-01-18 19:28:32 +0300
commit7e39ae927d14a44eee6f838b17a00488eee9f090 (patch)
tree9f80595b3bec1f71c93a2042be6f3d1d279ca329
parent37c33fe01b3d4a5b9d9ca887db5361e4487867e2 (diff)
DOCS(build): Clean up leftovers from RELEASE_ID concept
The concept of RELEASE_ID was dropped with PR #5401 in commit 6caa808e6. Thus, drop its leftovers from the documentation. Signed-off-by: Felix Singer <felixsinger@posteo.net>
-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).