Mercurial > hg > sv-dependency-builds
annotate src/vamp-plugin-sdk-2.5/INSTALL @ 53:e1712f7d74a4
Rebuild with DW2 exception handling to match Qt
author | Chris Cannam |
---|---|
date | Thu, 27 Oct 2016 10:26:57 +0100 |
parents | 619f715526df |
children |
rev | line source |
---|---|
Chris@23 | 1 |
Chris@23 | 2 Compiling and Installing the SDK and Examples |
Chris@23 | 3 ============================================= |
Chris@23 | 4 |
Chris@23 | 5 * Windows with Visual C++: Please read build/README.msvc |
Chris@23 | 6 |
Chris@23 | 7 * Mac OS/X: Please read build/README.osx |
Chris@23 | 8 |
Chris@23 | 9 * Solaris: Please read build/README.osol |
Chris@23 | 10 |
Chris@23 | 11 * Linux: Please read build/README.linux |
Chris@23 | 12 |
Chris@23 | 13 * Windows cross-compiling from Linux: Try build/Makefile.mingw32 |
Chris@23 | 14 |
Chris@23 | 15 See the README file in this directory for more information about this SDK. |
Chris@23 | 16 |