summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-05-28 11:34:16 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-28 11:20:48 -0700
commit1a3e7bfefebeb4e8ddd9852372ded47ac8509ae1 (patch)
treea6433975870af46ccae805b691264d65577635d1 /README.md
parent6eb6e2d1a8f074208c6b098a0a7cedcb6c7b7dd3 (diff)
downloadqtlocation-mapboxgl-1a3e7bfefebeb4e8ddd9852372ded47ac8509ae1.tar.gz
added link with clang-3.5+ linux install
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2f1e7686b..91ac4985ac 100644
--- a/README.md
+++ b/README.md
@@ -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