comparison 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
comparison
equal deleted inserted replaced
290:c97e70ed5abc 291:2e16d99867bd
5 Building at the command line 5 Building at the command line
6 ---------------------------- 6 ----------------------------
7 7
8 To build the SDK, example plugins, and command-line host: 8 To build the SDK, example plugins, and command-line host:
9 9
10 $ make -f Makefile.osx 10 $ make -f build/Makefile.osx
11 11
12 You must have libsndfile (http://www.mega-nerd.com/libsndfile/) 12 You must have libsndfile (http://www.mega-nerd.com/libsndfile/)
13 installed in order to build the command-line host successfully. To 13 installed in order to build the command-line host successfully. To
14 build only the SDK and examples: 14 build only the SDK and examples:
15 15
16 $ make -f Makefile.osx sdk examples 16 $ make -f build/Makefile.osx sdk examples
17 17
18 See the comments at the top of Makefile.osx for more information about 18 See the comments at the top of Makefile.osx for more information about
19 the libraries and other targets that are built in this way. 19 the libraries and other targets that are built in this way.
20 20
21 If you are using an IDE, you may prefer to simply add the vamp-sdk and 21 If you are using an IDE, you may prefer to simply add the vamp-sdk and
66 symbol visibility for the included example plugins, using the file 66 symbol visibility for the included example plugins, using the file
67 build/vamp-plugin.list. There are other methods that will work too, 67 build/vamp-plugin.list. There are other methods that will work too,
68 but this one is simple and has the advantage of requiring no changes 68 but this one is simple and has the advantage of requiring no changes
69 to the code. 69 to the code.
70 70
71
72 Test Your Plugins
73 -----------------
74
75 The Vamp Plugin Tester is a vital utility which you can use to test
76 your plugins for common problems. It can help you if you're having
77 problems getting your plugin to work at all, and you're strongly
78 advised to use it before you release anything. Download it from the
79 Vamp plugins site now!
80