# HG changeset patch # User cannam # Date 1190997568 0 # Node ID a6551cf99afffdbfedc9cf5b42d8e91a348121ac # Parent af0d86b8b6920fa0108185d7231376b6a346b67e ... diff -r af0d86b8b692 -r a6551cf99aff README --- a/README Fri Sep 28 09:53:46 2007 +0000 +++ b/README Fri Sep 28 16:39:28 2007 +0000 @@ -175,6 +175,9 @@ Makefile to suit your platform according to the comments in it, then run "make". +To use an IDE to build a plugin or host using the Vamp SDK, simply add +the .cpp files in the vamp-sdk directory to your project. + Installing the example plugins so that they can be found by other Vamp hosts depends on your platform: @@ -196,14 +199,6 @@ to /Library/Audio/Plug-Ins/Vamp -When building a plugin or host of your own using the SDK, you will -need to include the headers from the vamp-sdk directory; then when -linking your plugin or host, we suggest statically linking the SDK -code (in preference to distributing it alongside your program in DLL -form). An easy way to do this, if using a project-based build tool -such as Visual Studio or XCode, is simply to add the .cpp files in the -vamp-sdk directory to your project. - Licensing =========