diff options
author | Brad Leege <brad@mapbox.com> | 2016-08-16 17:10:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 17:10:25 -0400 |
commit | bbd6cfcf8a51881c1d6879fa92e161313b513741 (patch) | |
tree | c4f234b0e55b5707c41e8a2fa66e3163f4a5e6ad /INSTALL.md | |
parent | f489ec2ee131725b42162edf0414241f9c6310d1 (diff) | |
download | qtlocation-mapboxgl-bbd6cfcf8a51881c1d6879fa92e161313b513741.tar.gz |
[core] #5359 - Adding CMake Dependency To Docs
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index cf6ed04f80..7200f5741a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,6 +26,7 @@ targets. - Modern C++ compiler that supports `-std=c++14` - clang++ 3.5 or later _or_ - g++-5 or later + - [CMake](https://cmake.org/) (for build only) - [cURL](https://curl.haxx.se) (for build only) - [Node.js](https://nodejs.org/) (for build only) - [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only) |