summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-02 15:12:15 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-04 11:59:39 -0700
commit2b0892aaaaeaabf5d9fb9f82e8d76c3b4f111864 (patch)
tree2fabdc36f8ec7311a3b744585dc074e8ea5e4696 /README.md
parent539d1be219f164b1e4f096a76ca24056305ab2e8 (diff)
downloadqtlocation-mapboxgl-2b0892aaaaeaabf5d9fb9f82e8d76c3b4f111864.tar.gz
Build with gcc 4.9
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c0c727bea8..0f2c9e1102 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ implemented in C++11, currently targeting iOS, OS X, Android, and Ubuntu Linux.
# Depends
- - Modern C++ compiler that supports `-std=c++11` (On OS X clang++, on Linux g++-4.8 or g++-4.9)
+ - Modern C++ compiler that supports `-std=c++14` (On OS X clang++, on Linux g++-4.9)
- [Boost headers](http://boost.org/)
- [`zlib`](http://www.zlib.net/)
- [`libpng`](http://www.libpng.org/pub/png/libpng.html)
@@ -85,8 +85,8 @@ 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
+ sudo apt-get install gcc-4.9 g++-4.9
+ export CXX=g++-4.9
Ensure you have git and other build essentials: