summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-30 17:41:54 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-30 17:41:54 -0700
commit18c081334686d29b2ab251b62ef8962643cd9206 (patch)
tree5715dd214677f534d3c4ac54735221bcfefa3379 /README.md
parentf291d609f41fa85aac1809baa42a44824a1cc952 (diff)
downloadqtlocation-mapboxgl-18c081334686d29b2ab251b62ef8962643cd9206.tar.gz
[build] move regex linking to llmr.gyp
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 47c6a8d1d9..78dd3c576c 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,12 @@ implemented in C++11, currently targeting iOS, OS X, and Ubuntu Linux.
# Depends
- Modern C++ compiler that supports `-std=c++11`
+ - Boost headers
- `libpng`
- `libuv`
- - `libcurl` (depends on OpenSSL; Linux only)
- `glfw3`
- - Boost
+ - `libcurl` (depends on OpenSSL; Linux only)
+ - `libboost_regex` (Linux only)
- Python (for build only)
- Node.js (for build only)