WindowsBuild21 » History » Version 3
Chris Cannam, 2013-03-28 09:42 AM
1 | 1 | Chris Cannam | h1. Building SV v2.1 for Windows |
---|---|---|---|
2 | 1 | Chris Cannam | |
3 | 2 | Chris Cannam | Best done from hg, using Qt5 / MinGW and Qt Creator |
4 | 2 | Chris Cannam | |
5 | 2 | Chris Cannam | # Check out the with-dependencies branch: |
6 | 2 | Chris Cannam | <pre> |
7 | 2 | Chris Cannam | $ hg clone -b with-dependencies https://code.soundsoftware.ac.uk/hg/sonic-visualiser |
8 | 2 | Chris Cannam | </pre> |
9 | 2 | Chris Cannam | # Open @sonic-visualiser.pro@ in Qt5 Creator |
10 | 3 | Chris Cannam | # Configure project to do a *release* build with *g++/MinGW* tools, and *disable shadow build* (currently the build must be in-place) |