diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-10 15:13:36 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-11 14:40:10 -0800 |
commit | 033c7a8d3e7d05d71c796a0e95665257ce908bc3 (patch) | |
tree | a9265a18902cd5e4731c205d8e48446ce63b31a2 /platform/linux | |
parent | 5fff4ed6cbe4a61673a0332e2f89a354dac606e3 (diff) | |
download | qtlocation-mapboxgl-033c7a8d3e7d05d71c796a0e95665257ce908bc3.tar.gz |
Add cmake to linux README
Diffstat (limited to 'platform/linux')
-rw-r--r-- | platform/linux/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/linux/README.md b/platform/linux/README.md index f7dc2dbec6..b6a3b9a446 100644 --- a/platform/linux/README.md +++ b/platform/linux/README.md @@ -22,6 +22,12 @@ Ensure you have git and other build essentials: libcurl4-openssl-dev libpng-dev libsqlite3-dev \ libllvm3.4 +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: sudo apt-get install libxi-dev libglu1-mesa-dev x11proto-randr-dev \ |