summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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