comparison README @ 214:930b51de9c28

...
author cannam
date Thu, 23 Oct 2008 16:31:25 +0000
parents d643927816aa
children a5a54b60e82e
comparison
equal deleted inserted replaced
213:87b131a54b0a 214:930b51de9c28
188 188
189 VampPluginSDK.vcproj -- builds the SDK into a single static 189 VampPluginSDK.vcproj -- builds the SDK into a single static
190 library, but does not build the example plugins or host 190 library, but does not build the example plugins or host
191 191
192 VampExamplePlugins.vcproj -- builds the example plugins DLL, but 192 VampExamplePlugins.vcproj -- builds the example plugins DLL, but
193 does not build the library or command-line host 193 does not build the library or host
194 194
195 Alternatively, when using Visual Studio or another IDE to build a 195 Alternatively, when using Visual Studio or another IDE to build a
196 plugin or host using the SDK, you may prefer to simply add the .h and 196 plugin or host using the SDK, you may prefer to simply add the .h and
197 .cpp files in the vamp-sdk and vamp-sdk/hostext directories to your 197 .cpp files in the vamp-sdk and vamp-sdk/hostext directories to your
198 existing project. 198 existing project.
220 220
221 If you are using an IDE, you may prefer to simply add the .h and .cpp 221 If you are using an IDE, you may prefer to simply add the .h and .cpp
222 files in the vamp-sdk and vamp-sdk/hostext directories to your 222 files in the vamp-sdk and vamp-sdk/hostext directories to your
223 existing project. 223 existing project.
224 224
225 * Linux and other POSIX platforms 225 * Linux and other Unixesque platforms
226 226
227 To build the SDK, example plugins, and command-line host, edit the 227 To build the SDK, example plugins, and command-line host, edit the
228 Makefile to suit your platform according to the comments in it, then 228 Makefile to suit your platform according to the comments in it, then
229 run "make". 229 run "make".
230 230