summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-04 16:46:55 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-04 16:47:05 -0700
commitda8aaa2114f4bbc8d0b2ee8308e440f0b7e8c4fa (patch)
tree9d5101638d1b081c664399fb323c97061e8afb56 /README.md
parenta2e481eb740c15503f9e21d4fcf193b97a9dc03c (diff)
downloadqtlocation-mapboxgl-da8aaa2114f4bbc8d0b2ee8308e440f0b7e8c4fa.tar.gz
Update a couple more spots in README with new requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index e927a15767..8b5dd5760f 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
[![Travis](https://api.travis-ci.org/mapbox/mapbox-gl-native.svg?branch=master)](https://travis-ci.org/mapbox/mapbox-gl-native/builds)
-An OpenGL renderer for [Mapbox Vector Tiles](https://www.mapbox.com/blog/vector-tiles),
-implemented in C++11, currently targeting iOS, OS X, Android, and Ubuntu Linux.
+An OpenGL renderer for [Mapbox Vector Tiles](https://www.mapbox.com/blog/vector-tiles), consisting of a C++ library for OS X and Linux and SDK bindings for iOS and Android.
# Depends
- - Modern C++ compiler that supports `-std=c++14` (On OS X clang++, on Linux g++-4.9)
+ - Modern C++ compiler that supports `-std=c++14` (clang++ 3.5 or later or g++-4.9 or later)
- [Boost headers](http://boost.org/)
- [`zlib`](http://www.zlib.net/)
- [`libpng`](http://www.libpng.org/pub/png/libpng.html)
@@ -81,7 +80,7 @@ Target iOS: 7.0 through latest 8.x.
We are using Ubuntu for development. While the software should work on other distributions as well, we are not providing explicit build instructions here.
-Install GCC 4.8+ if you are running Ubuntu 13.10 or older. Alternatively, you can also use Clang 3.4+.
+Install GCC 4.9+ if you are running Ubuntu 13.10 or older. Alternatively, you can also use Clang 3.5+.
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
sudo apt-get update