WindowsBuild21 » History » Version 6
Chris Cannam, 2013-03-28 03:18 PM
1 | 1 | Chris Cannam | h1. Building SV v2.1 for Windows |
---|---|---|---|
2 | 1 | Chris Cannam | |
3 | 4 | Chris Cannam | It should now be possible to build Sonic Visualiser on Windows using the Qt Creator IDE. A special branch of the SV code is available which includes all the dependency libraries pre-built for your compiling and linking pleasure. |
4 | 1 | Chris Cannam | |
5 | 4 | Chris Cannam | h2. Get the right branch |
6 | 4 | Chris Cannam | |
7 | 4 | Chris Cannam | Start by checking out the @with-dependencies@ branch from Mercurial: |
8 | 4 | Chris Cannam | |
9 | 4 | Chris Cannam | @$ hg clone -b with-dependencies https://code.soundsoftware.ac.uk/hg/sonic-visualiser@ |
10 | 4 | Chris Cannam | |
11 | 4 | Chris Cannam | h2. Use the right build configuration |
12 | 4 | Chris Cannam | |
13 | 4 | Chris Cannam | Open the main @sonic-visualiser.pro@ project in Qt5 Creator. |
14 | 4 | Chris Cannam | |
15 | 5 | Chris Cannam | Configure for |
16 | 5 | Chris Cannam | |
17 | 6 | Chris Cannam | * a *release build* -- the debug build dependencies are not correctly set at the time of writing |
18 | 6 | Chris Cannam | * using *g++/MinGW tools* -- the MSVC compiler is not supported |
19 | 5 | Chris Cannam | * and *disable shadow build* -- it will only link if built in-place in the source tree |