Update README.md build prerequisites

This commit is contained in:
theadib
2020-11-04 17:16:36 +00:00
parent 2cd5021efe
commit 911e27cb99
+10
View File
@@ -15,6 +15,16 @@ howto build
Currently the plugin is a subrepository of CloudCompare and can be cloned alltogether.
0. install prerequisites
this is tested on Ubuntu 18.04 and should work on 20.04, 20.10 as well
```
sudo apt install build-essential cmake cmake-qt-gui extra-cmake-modules git
sudo apt install qtbase5-dev qtbase5-gles-dev qt5-default qttools5-dev-tools qttools5-dev libqtsvg5-dev libqt5websockets-dev
sudo apt install libgdal-dev
```
1. clone CloudCompare
```