diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-08-15 15:10:03 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-08-16 15:29:34 +0200 |
commit | 08f71b7f384fef26b2648bd222c9c2a6a3719aa5 (patch) | |
tree | 7a96ddd0b1b65ddb273083ab424d44238751b61a /INSTALL.md | |
parent | f4b4f978ecc8e75ab53b4937b775d0742ab1eea0 (diff) | |
download | qtlocation-mapboxgl-08f71b7f384fef26b2648bd222c9c2a6a3719aa5.tar.gz |
[docs] remove Python dependency and add cURL dependency
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 0c12f6866e..cf6ed04f80 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,7 +26,7 @@ targets. - Modern C++ compiler that supports `-std=c++14` - clang++ 3.5 or later _or_ - g++-5 or later - - Python 2.x (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) |