diff options
author | Leith Bade <leith@mapbox.com> | 2015-01-22 21:34:11 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-01-22 21:34:11 +1100 |
commit | 6ae8249ede61444e8efce57b0c8d807c7bf40dfc (patch) | |
tree | 045389f851e3466aba0191121db2337bab2298b7 /README.md | |
parent | fe2dae7af1967f89b082778089dd87b49f163827 (diff) | |
parent | b6ef236d85f329ecf39e51aab2338038c1066d8d (diff) | |
download | qtlocation-mapboxgl-6ae8249ede61444e8efce57b0c8d807c7bf40dfc.tar.gz |
Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-mason
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Be sure to pull down all submodules first: ## OS X -On OS X, we are using `zlib`, `SQLite3`, `libcurl` and `libpng` provided by the operating system. In addition to that, you need to have the Boost headers installed. To install all prerequisites, use [Homebrew](http://brew.sh/) and type `brew install pkg-config boost`. +On OS X, we are using `zlib`, `SQLite3`, `libcurl` and `libpng` provided by the operating system. In addition to that, you need to have the Boost headers installed and ImageMagick for running tests. To install all prerequisites, use [Homebrew](http://brew.sh/) and type `brew install pkg-config boost imagemagick`. To create projects, you can run: |