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