diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-02 15:12:15 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-04 11:59:39 -0700 |
commit | 2b0892aaaaeaabf5d9fb9f82e8d76c3b4f111864 (patch) | |
tree | 2fabdc36f8ec7311a3b744585dc074e8ea5e4696 /README.md | |
parent | 539d1be219f164b1e4f096a76ca24056305ab2e8 (diff) | |
download | qtlocation-mapboxgl-2b0892aaaaeaabf5d9fb9f82e8d76c3b4f111864.tar.gz |
Build with gcc 4.9
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |