Mercurial > hg > vamp-plugin-sdk
diff build/README.osx @ 291:2e16d99867bd
* Tidying, build, versions, docs updates for release
author | cannam |
---|---|
date | Tue, 22 Sep 2009 10:02:56 +0000 |
parents | e02c93c4de8f |
children | 2fc6456b1c71 |
line wrap: on
line diff
--- a/build/README.osx Mon Sep 21 09:33:05 2009 +0000 +++ b/build/README.osx Tue Sep 22 10:02:56 2009 +0000 @@ -7,13 +7,13 @@ To build the SDK, example plugins, and command-line host: - $ make -f Makefile.osx + $ make -f build/Makefile.osx 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 + $ make -f build/Makefile.osx sdk examples See the comments at the top of Makefile.osx for more information about the libraries and other targets that are built in this way. @@ -68,3 +68,13 @@ but this one is simple and has the advantage of requiring no changes to the code. + +Test Your Plugins +----------------- + +The Vamp Plugin Tester is a vital utility which you can use to test +your plugins for common problems. It can help you if you're having +problems getting your plugin to work at all, and you're strongly +advised to use it before you release anything. Download it from the +Vamp plugins site now! +