summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStoabrogga <38475780+Stoabrogga@users.noreply.github.com>2019-09-20 13:21:53 +0200
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-09-20 13:21:53 +0200
commit4e379cafb5c64a3b62d917322d82ed2d50ec90a7 (patch)
tree6c5bcfafa94442ff5a64beee45f188fbc222aae8 /docs
parent22d34b3f015e32f28c033703d4f62d3f844b0dc7 (diff)
downloadwiki-4e379cafb5c64a3b62d917322d82ed2d50ec90a7.tar.gz
wiki-4e379cafb5c64a3b62d917322d82ed2d50ec90a7.tar.bz2
wiki-4e379cafb5c64a3b62d917322d82ed2d50ec90a7.zip
Update Requirements concerning gcc-7 (#125)
Diffstat (limited to 'docs')
-rw-r--r--docs/Requirements.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Requirements.md b/docs/Requirements.md
index 6b7f714..8d40687 100644
--- a/docs/Requirements.md
+++ b/docs/Requirements.md
@@ -39,6 +39,13 @@ Your `cmake` version **MUST** be `3.8` or higher.
If you are using an older version of Ubuntu like 16.04, you need to follow the instructions here in order to install the latest version:
https://apt.kitware.com/
+### Ensure that the gcc-7 headers are installed
+
+This is an issue if for example using an older version of Ubuntu like 16.04. There you have to add the PPA "Toolchain test builds":
+https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
+
+After `sudo apt-get update` you can install gcc-7: `sudo apt-get install g++-7 gcc-7`
+
# Mac OS X