Changed install.md to reflect that we do not need to use the qmake --no-depends flag anymore -- because we removed the header from the UI file and this seems to work fine in Mint 19.x, Ubuntu 19, and Debian 10.

merge-requests/1/merge
Elliott Liggett 2020-04-07 21:33:15 +00:00
rodzic 9cd417b597
commit 06b36ee79b
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -44,11 +44,7 @@ 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:
~~~