changeset 85:a6551cf99aff

...
author cannam
date Fri, 28 Sep 2007 16:39:28 +0000
parents af0d86b8b692
children 9aa6c4eaedee
files README
diffstat 1 files changed, 3 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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
 =========