summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-22 21:34:11 +1100
committerLeith Bade <leith@mapbox.com>2015-01-22 21:34:11 +1100
commit6ae8249ede61444e8efce57b0c8d807c7bf40dfc (patch)
tree045389f851e3466aba0191121db2337bab2298b7 /README.md
parentfe2dae7af1967f89b082778089dd87b49f163827 (diff)
parentb6ef236d85f329ecf39e51aab2338038c1066d8d (diff)
downloadqtlocation-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca6c763806..271a6c3cf6 100644
--- a/README.md
+++ b/README.md
@@ -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: