diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-29 09:57:21 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-29 09:57:21 -0700 |
commit | c1ad3214858f6e8a852b2346ad69947b26e43172 (patch) | |
tree | d5fc6a4e05d3c20d2c0d0105939951faa8d3c761 /INSTALL.md | |
parent | c86f558e9d608ac19ca5b26ea8f72e2dc43c07c0 (diff) | |
download | qtlocation-mapboxgl-c1ad3214858f6e8a852b2346ad69947b26e43172.tar.gz |
[linux] Build with GCC 5 (#4901)
* [linux] Build with GCC 5
* [build] -fabi-version=0 is the default for GCC 5
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 84bfc9b5af..f46e2e4232 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,7 @@ targets. - Modern C++ compiler that supports `-std=c++14` - clang++ 3.5 or later _or_ - - g++-4.9 or later + - g++-5 or later - Python 2.x (for build only) - [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only) - [`libtool`](https://www.gnu.org/software/libtool/) (for build only) |