From 06b36ee79b7460021986d2694d87425c7cf7ef24 Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Tue, 7 Apr 2020 21:33:15 +0000 Subject: [PATCH] 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. --- INSTALL.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8368ce3..3a6273c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: ~~~