Mercurial > hg > sv-dependency-builds
annotate src/vamp-plugin-sdk-2.5/INSTALL @ 79:91c729825bca pa_catalina
Update build for AUDIO_COMPONENT_FIX
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 12:40:34 +0000 |
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 |