Update INSTALL.md

merge-requests/1/merge
Elliott Liggett 2020-03-28 00:53:04 +00:00
rodzic 90f2350da3
commit d0fd8b3bf8
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -9,8 +9,11 @@ sudo apt-get install qt5-default
sudo apt-get install libqt5core5a
sudo apt-get install qtbase5-dev
sudo apt-get install libqt5serialport5 libqt5serialport5-dev
sudo apt-get install libqcustomplot1.3 libqcustomplot-doc libqcustomplot-dev
sudo apt-get install git
# for older linux versions (Linux Mint 19.x, Ubuntu 18.04):
sudo apt-get install libqcustomplot1.3 libqcustomplot-doc libqcustomplot-dev
# for newer linux versions (Ubuntu 19, Rasbian V?):
sudo apt-get install libqcustomplot2 libqcustomplot-doc libqcustomplot-dev
~~~
optional for those that want to work on the code using the QT Creator IDE:
~~~