summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-26 11:35:57 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-26 11:35:57 +0100
commitc76ce8e6aa60a862ecee1ed626ac1fea4f1a4c04 (patch)
tree70c27a6d368112662d3f01779fa5c05181fbfa18 /README.md
parent2f5f8c5928a1561e9d07d34c08c84815f4046ed5 (diff)
downloadqtlocation-mapboxgl-c76ce8e6aa60a862ecee1ed626ac1fea4f1a4c04.tar.gz
add boost dependency to readme
refs #116
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d4e070eb4e..c730f949b9 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ implemented in C++11, targeting iOS & OS X.
- Modern C++ compiler that supports `-std=c++11`
- libpng
- glfw3
+ - Boost (for Rtree support)
- Python (for build only)
- Node.js (for build only)
@@ -18,6 +19,7 @@ Install libpng and [glfw3](http://www.glfw.org/docs/latest/):
```
brew install libpng
brew install homebrew/versions/glfw3
+brew install boost
```
Then configure the project: