summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-06-05 00:34:58 -0700
committerDane Springmeyer <dane@mapbox.com>2014-06-05 00:34:58 -0700
commit09737e150f413b38bed004fe9527966a07dcf288 (patch)
treed78250341c4f034303ac53c72d713509b466260f
parentae7e3de61c209d32ec52372a21726941e7fe652a (diff)
downloadqtlocation-mapboxgl-09737e150f413b38bed004fe9527966a07dcf288.tar.gz
list supported compilers
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22872c314f..8b209542c6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ implemented in C++11, currently targeting iOS, OS X, and Ubuntu Linux.
# Depends
- - Modern C++ compiler that supports `-std=c++11`
+ - Modern C++ compiler that supports `-std=c++11` (On OSX clang++, on Linux g++-4.8 or g++-4.9)
- Boost headers
- `libpng`
- `libuv`