diff options
author | Justin R. Miller <incanus@users.noreply.github.com> | 2015-02-09 17:42:51 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@users.noreply.github.com> | 2015-02-09 17:42:51 -0800 |
commit | 0ee6044ccf49bb32a25c57ce25af15bcd58ca77b (patch) | |
tree | 222a36711fc05df9c0946f20cfe1d2a8e051abba | |
parent | 3b3f732ea347e64455ea5452282b68d8770b052f (diff) | |
download | qtlocation-mapboxgl-0ee6044ccf49bb32a25c57ce25af15bcd58ca77b.tar.gz |
slim OS X prereqs write-up — don't maintain twice
-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 and ImageMagick for running tests. To install all prerequisites, use [Homebrew](http://brew.sh/) and type `brew install pkg-config boost imagemagick`. +Prerequisites include the Boost headers (for routines provided therein) and ImageMagick (for tests). To install all prerequisites, use [Homebrew](http://brew.sh/) and type `brew install pkg-config boost imagemagick`. To create projects, you can run: |