summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-21 12:55:52 +1100
committerLeith Bade <leith@mapbox.com>2015-01-21 12:59:44 +1100
commitacda1fcde8993c5abe4e4505c95bb2e7a53316b2 (patch)
treea38157dc9f637467f1e22ee8c5401db0c9a30889 /README.md
parent9b2c8d0391a0f06d65e34a87279973d191035015 (diff)
downloadqtlocation-mapboxgl-acda1fcde8993c5abe4e4505c95bb2e7a53316b2.tar.gz
Add imagemagic to OSX README brew command
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d1f5211c19..032848fadc 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,14 @@ implemented in C++11, currently targeting iOS, OS X, and Ubuntu Linux.
We try to link to as many system-provided libraries as possible. When these are unavailable or too outdated, we run a thin build-script layer called [Mason](https://github.com/mapbox/mason) to automate builds, and load precompiled binary packages when possible.
-Be sure to pull down all submodules first:
+Be sure to pull down all submodules first:
git submodule init
git submodule update
## 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: