From 4e379cafb5c64a3b62d917322d82ed2d50ec90a7 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Fri, 20 Sep 2019 13:21:53 +0200 Subject: Update Requirements concerning gcc-7 (#125) --- docs/Requirements.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit