Mercurial > hg > vamp-plugin-sdk
changeset 254:e02c93c4de8f
...
| author | cannam | 
|---|---|
| date | Wed, 12 Nov 2008 10:39:05 +0000 | 
| parents | 683f4bc92a69 | 
| children | 88ef5ffdbe8d | 
| files | build/README.osx | 
| diffstat | 1 files changed, 9 insertions(+), 6 deletions(-) [+] | 
line wrap: on
 line diff
--- a/build/README.osx Wed Nov 12 09:44:24 2008 +0000 +++ b/build/README.osx Wed Nov 12 10:39:05 2008 +0000 @@ -9,15 +9,18 @@ $ make -f Makefile.osx -Note that you must have libsndfile -(http://www.mega-nerd.com/libsndfile/) installed in order to build the -command-line host successfully. To build only the SDK and examples: +You must have libsndfile (http://www.mega-nerd.com/libsndfile/) +installed in order to build the command-line host successfully. To +build only the SDK and examples: $ make -f Makefile.osx sdk examples -If you are using an IDE, you may prefer to simply add the .h and .cpp -files in the vamp-sdk and/or vamp-hostsdk directories to your existing -project. +See the comments at the top of Makefile.osx for more information about +the libraries and other targets that are built in this way. + +If you are using an IDE, you may prefer to simply add the vamp-sdk and +src/vamp-sdk (for plugins) or vamp-hostsdk and src/vamp-hostsdk (for +hosts) directories to your existing project. Installing the Example Plugins
