summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2018-07-02 09:10:08 -0400
committerGitHub <noreply@github.com>2018-07-02 09:10:08 -0400
commit36c6a8ea79bbd2596abb58ffb58debf65a4ea13d (patch)
tree7e76e19a7897cd782b146040a684c06e4c8c86f6
parenta70727245c6eeebaf32e1c12bfb7e978f18893ff (diff)
downloadqtlocation-mapboxgl-36c6a8ea79bbd2596abb58ffb58debf65a4ea13d.tar.gz
[linux] Documentation update to reflect Ubuntu 18.04 packages (#12272)
* [linux] update libllvm version for ubuntu 18.04 * [linux] cmake 3.x is now bundled with ubuntu 18.04
-rw-r--r--platform/linux/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/linux/README.md b/platform/linux/README.md
index a8a4d459ee..e1a231dd28 100644
--- a/platform/linux/README.md
+++ b/platform/linux/README.md
@@ -20,12 +20,10 @@ Ensure you have git and other build essentials:
sudo apt-get install curl git build-essential zlib1g-dev automake \
libtool xutils-dev make cmake pkg-config python-pip \
libcurl4-openssl-dev libpng-dev libsqlite3-dev \
- libllvm3.4
+ libllvm3.9
Ensure you have cmake 3.x:
- sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
- sudo apt-get update
sudo apt-get install cmake cmake-data
Install glfw3 dependencies: