summaryrefslogtreecommitdiff
path: root/platform/linux/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux/README.md')
-rw-r--r--platform/linux/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/linux/README.md b/platform/linux/README.md
index 910edcb9a6..bb05284609 100644
--- a/platform/linux/README.md
+++ b/platform/linux/README.md
@@ -8,12 +8,12 @@ This process gives you a Linux desktop app built on a Linux host system.
### Build
-Install GCC 4.9+ if you are running Ubuntu 14.04 or older. Alternatively, you can also use [Clang 3.5+](http://llvm.org/apt/).
+Install GCC 5+ if you are running Ubuntu 14.04 or older. Alternatively, you can also use [Clang 3.5+](http://llvm.org/apt/).
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
sudo apt-get update
- sudo apt-get install gcc-4.9 g++-4.9
- export CXX=g++-4.9
+ sudo apt-get install gcc-5 g++-5
+ export CXX=g++-5
Ensure you have git and other build essentials: