Mercurial > hg > sonic-visualiser
diff INSTALL.txt @ 1725:28302e07f851 vext
Rebuild capnp-generated files using sv-dependency-builds version of capnp tools on OSX. This would be better refactored into config and noconfig alternatives.
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 05 Jul 2017 10:37:26 +0100 |
parents | 67f1a896bd87 |
children | adc8a48f4e4c |
line wrap: on
line diff
--- a/INSTALL.txt Thu Jun 29 14:16:19 2017 +0100 +++ b/INSTALL.txt Wed Jul 05 10:37:26 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