Mercurial > hg > sv-dependency-builds
annotate src/vamp-plugin-sdk-2.4/INSTALL @ 37:892ab0545588
Remove Vamp SDK (at least from OSX directory). We're beginning to include it in the main build instead.
author | Chris Cannam |
---|---|
date | Fri, 18 Mar 2016 14:04:03 +0000 |
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 |