Mercurial > hg > vamp-plugin-sdk
comparison README @ 94:70bcd0b62cba
* OS/X build stuff
author | cannam |
---|---|
date | Wed, 07 Nov 2007 10:30:27 +0000 |
parents | 036db77506f7 |
children | 24859c958732 |
comparison
equal
deleted
inserted
replaced
93:cd72c0473341 | 94:70bcd0b62cba |
---|---|
177 | 177 |
178 To build the SDK, the simple host, and the example plugins, edit the | 178 To build the SDK, the simple host, and the example plugins, edit the |
179 Makefile to suit your platform according to the comments in it, then | 179 Makefile to suit your platform according to the comments in it, then |
180 run "make". | 180 run "make". |
181 | 181 |
182 There is a ready-tweaked Makefile for use on OS/X; to use it, run | |
183 "make -f Makefile.osx". | |
184 | |
182 To use an IDE to build a plugin or host using the Vamp SDK, simply add | 185 To use an IDE to build a plugin or host using the Vamp SDK, simply add |
183 the .cpp files in the vamp-sdk directory to your project. | 186 the .cpp files in the vamp-sdk directory to your project. |
184 | 187 |
185 Installing the example plugins so that they can be found by other Vamp | 188 Installing the example plugins so that they can be found by other Vamp |
186 hosts depends on your platform: | 189 hosts depends on your platform: |