diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-06-05 00:31:51 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-06-05 00:31:51 -0700 |
commit | ae7e3de61c209d32ec52372a21726941e7fe652a (patch) | |
tree | 09222ab2a3a9cc3f099a70525035356fd0c98b07 /README.md | |
parent | 5744ebc290e0ba978bea7829c387bb74f0a955ce (diff) | |
download | qtlocation-mapboxgl-ae7e3de61c209d32ec52372a21726941e7fe652a.tar.gz |
[build] make sure python 2.x build dependency is clear
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ implemented in C++11, currently targeting iOS, OS X, and Ubuntu Linux. - `libcurl` (depends on OpenSSL; Linux only) - `libboost_regex` (Linux only) - Homebrew (for build on OS X) - - Python (for build only) + - Python 2.x (for build only) - Node.js (for build only) # Build instructions |