diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-07-25 10:18:10 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-07-25 10:18:10 -0700 |
commit | 14ff1c3ae9c2750822dddd56302112e5edc18ad3 (patch) | |
tree | 08f2398fddab94d6306de89632f6b6197a884b2b /README.md | |
parent | 57d00f81df0b876dec78300f845021a582366db1 (diff) | |
download | qtlocation-mapboxgl-14ff1c3ae9c2750822dddd56302112e5edc18ad3.tar.gz |
refs #318 & #378: OS X install doc tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,14 +5,15 @@ implemented in C++11, currently targeting iOS, OS X, and Ubuntu Linux. # Depends - - Modern C++ compiler that supports `-std=c++11` (On OSX clang++, on Linux g++-4.8 or g++-4.9) + - Modern C++ compiler that supports `-std=c++11` (On OS X clang++, on Linux g++-4.8 or g++-4.9) - Boost headers - `libpng` - `libuv` - `glfw3` - `libcurl` (depends on OpenSSL; Linux only) - `libboost_regex` (Linux only) - - Homebrew (for build on OS X) + - Apple Command Line Tools (for build on OS X; available at [Apple Developer](https://developer.apple.com/downloads)) + - [Homebrew](http://brew.sh) (for build on OS X) - Python 2.x (for build only) - Node.js (for build only) |