diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-04-30 11:21:15 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-04-30 11:21:15 -0400 |
commit | b9ff7cfaf2ba5813688de944e389b20d27a9f6ba (patch) | |
tree | 24c26dc3ef5827d687ba670c45a30d66c310e4e6 /README.md | |
parent | bbcc7c26d9862f4fb8685174330a73132d8c8a27 (diff) | |
download | qtlocation-mapboxgl-b9ff7cfaf2ba5813688de944e389b20d27a9f6ba.tar.gz |
export CXX=g++-4.8 is required
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |