diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-05-28 11:34:16 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-28 11:20:48 -0700 |
commit | 1a3e7bfefebeb4e8ddd9852372ded47ac8509ae1 (patch) | |
tree | a6433975870af46ccae805b691264d65577635d1 /README.md | |
parent | 6eb6e2d1a8f074208c6b098a0a7cedcb6c7b7dd3 (diff) | |
download | qtlocation-mapboxgl-1a3e7bfefebeb4e8ddd9852372ded47ac8509ae1.tar.gz |
added link with clang-3.5+ linux install
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,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.9+ if you are running Ubuntu 14.04 or older. Alternatively, you can also use Clang 3.5+. +Install GCC 4.9+ if you are running Ubuntu 14.04 or older. Alternatively, you can also use [Clang 3.5+](http://llvm.org/apt/). sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test sudo apt-get update |