summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAJ Ashton <aj.ashton@gmail.com>2014-09-17 14:10:40 -0700
committerAJ Ashton <aj.ashton@gmail.com>2014-09-17 14:10:40 -0700
commit65185ca3776594b855965c200e55b8dc673db715 (patch)
tree373b2e5c3a0ec72587e3c5d7e64a5e06d6e24179 /README.md
parente26020ccacdb146ecba62496099038816a417e87 (diff)
downloadqtlocation-mapboxgl-65185ca3776594b855965c200e55b8dc673db715.tar.gz
Update Ubuntu instructions in README [skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3eda502102..3887e57ec6 100644
--- a/README.md
+++ b/README.md
@@ -85,9 +85,9 @@ Set the environment variable `MAPBOX_ACCESS_TOKEN` to your token.
Ensure you have git and other build essentials:
sudo apt-get update
- sudo apt-get install git build-essential zlib1g-dev automake libtool xutils-dev make cmake pkg-config nodejs-legacy curl
+ sudo apt-get install git build-essential zlib1g-dev automake libtool xutils-dev make cmake pkg-config nodejs-legacy curl libuv-dev
-Install a `-std=c++11` capable compiler
+If you are running Ubuntu 13.10 or older, install a `-std=c++11` capable compiler:
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
sudo apt-get update