comparison 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
comparison
equal deleted inserted replaced
1724:e4352ff029cf 1725:28302e07f851
15 15
16 MacOS 16 MacOS
17 ----- 17 -----
18 18
19 Build from the command line, but don't use the configure script. 19 Build from the command line, but don't use the configure script.
20 Instead install Qt v5.x and run the Qt "qmake" command, then "make". 20 Instead install Qt v5.x and run
21
22 $ ./vext install
23 $ qmake -r # you may need to use the full path to your Qt qmake here
24 $ make
21 25
22 26
23 Linux 27 Linux
24 ----- 28 -----
25 29