diff INSTALL.txt @ 1733:d6d7c74c7eb7

Merge from branch "vext"
author Chris Cannam
date Mon, 10 Jul 2017 14:04:44 +0100
parents 28302e07f851
children adc8a48f4e4c
line wrap: on
line diff
--- a/INSTALL.txt	Fri Jun 16 14:09:57 2017 +0100
+++ b/INSTALL.txt	Mon Jul 10 14:04:44 2017 +0100
@@ -17,7 +17,11 @@
 -----
 
 Build from the command line, but don't use the configure script.
-Instead install Qt v5.x and run the Qt "qmake" command, then "make".
+Instead install Qt v5.x and run
+
+$ ./vext install
+$ qmake -r  # you may need to use the full path to your Qt qmake here
+$ make
 
 
 Linux