diff options
author | Antonio Zugaldia <antonio@mapbox.com> | 2018-07-02 09:10:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 09:10:08 -0400 |
commit | 36c6a8ea79bbd2596abb58ffb58debf65a4ea13d (patch) | |
tree | 7e76e19a7897cd782b146040a684c06e4c8c86f6 /platform | |
parent | a70727245c6eeebaf32e1c12bfb7e978f18893ff (diff) | |
download | qtlocation-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
Diffstat (limited to 'platform')
-rw-r--r-- | platform/linux/README.md | 4 |
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: |