diff options
author | Leith Bade <leith@mapbox.com> | 2015-01-21 12:55:52 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-01-21 12:59:44 +1100 |
commit | acda1fcde8993c5abe4e4505c95bb2e7a53316b2 (patch) | |
tree | a38157dc9f637467f1e22ee8c5401db0c9a30889 | |
parent | 9b2c8d0391a0f06d65e34a87279973d191035015 (diff) | |
download | qtlocation-mapboxgl-acda1fcde8993c5abe4e4505c95bb2e7a53316b2.tar.gz |
Add imagemagic to OSX README brew command
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |