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
path: root/docs
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-05-23 12:43:48 +0300
committerGitHub <noreply@github.com>2021-05-23 12:43:48 +0300
commit8c99fe8119ce00fbcba55c69bde0a48383e7fa79 (patch)
tree1465663c8fa430c1f9e84c17c06f336a1ab01cce /docs
parent05374881094d9bec3541e72e9e94b34dd612041d (diff)
parentddbf3a873033c6a8a7944e45fc7a7c73b2bb1819 (diff)
Merge PR #5032: DOCS: Mention Cpp14 requirement
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/build-instructions/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/dev/build-instructions/README.md b/docs/dev/build-instructions/README.md
index c0a22e9da..d3c9ff5bf 100644
--- a/docs/dev/build-instructions/README.md
+++ b/docs/dev/build-instructions/README.md
@@ -3,7 +3,10 @@
A fundamental dependency for building Mumble is [git](https://git-scm.com/), so make sure you have it installed. If you are new to git, make sure to
checkout [this guide](https://guides.github.com/introduction/git-handbook/) 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.
+Furthermore Mumble requires a **Cpp14**-conform compiler.
+
+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](faq.md#build-a-specific-version-or-commit) of Mumble.