summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-30 11:21:15 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-30 11:21:15 -0400
commitb9ff7cfaf2ba5813688de944e389b20d27a9f6ba (patch)
tree24c26dc3ef5827d687ba670c45a30d66c310e4e6 /README.md
parentbbcc7c26d9862f4fb8685174330a73132d8c8a27 (diff)
downloadqtlocation-mapboxgl-b9ff7cfaf2ba5813688de944e389b20d27a9f6ba.tar.gz
export CXX=g++-4.8 is required
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e1cb2d0e9..0eafa9f0fa 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ Install GCC 4.8+ if you are running Ubuntu 13.10 or older. Alternatively, you ca
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.8 g++-4.8
+ export CXX=g++-4.8
Ensure you have git and other build essentials: