diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-07-19 15:17:33 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-07-19 19:24:30 +0300 |
commit | 15c5bf359a859ab6bc9492b3b735222ccc0dea97 (patch) | |
tree | a19e05b8932d152ff8d8da5b0e90ca4958664556 /INSTALL.md | |
parent | 65ee065d4597f608d2037291481619ca87f5bdcf (diff) | |
download | qtlocation-mapboxgl-15c5bf359a859ab6bc9492b3b735222ccc0dea97.tar.gz |
[build] Downgrade GCC support from 5.0 to 4.9
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 1c6c07f05f..61d2271de5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,14 +23,17 @@ Clone the git repository: These dependencies are required for all operating systems and all platform targets. - - Modern C++ compiler that supports `-std=c++14` + - Modern C++ compiler that supports `-std=c++14`\* - clang++ 3.5 or later _or_ - - g++-5 or later + - g++-4.9 or later - [CMake](https://cmake.org/) 3.1 or later (for build only) - [cURL](https://curl.haxx.se) (for build only) - [Node.js](https://nodejs.org/) 4.2.1 or later (for build only) - [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only) +**Note**: We partially support C++14 because GCC 4.9 does not fully implement the +final draft of the C++14 standard. More information in [DEVELOPING.md](DEVELOPING.md). + Depending on your operating system and target, you'll need additional dependencies: |