Update INSTALL.md

merge-requests/1/merge
Elliott Liggett 2020-04-05 06:39:30 +00:00
rodzic 505cd8dcac
commit 9d12c21e7f
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -44,6 +44,11 @@ qmake ../wfview/wfview.pro
make -j
sudo ./install.sh
~~~
Note: On Ubuntu 19, for reasons I do not understand, one must issue this qmake command instead:
~~~
qmake -nodepend ../wfview/wfview.pro
~~~
If you know why, please tell me.
### 4. You can now launch wfview, either from the terminal or from your desktop environment. If you encounter issues using the serial port, run the following command:
~~~