comparison build/README.osx @ 254:e02c93c4de8f

...
author cannam
date Wed, 12 Nov 2008 10:39:05 +0000
parents cc467e52da4c
children 2e16d99867bd
comparison
equal deleted inserted replaced
253:683f4bc92a69 254:e02c93c4de8f
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 Makefile.osx
11 11
12 Note that you must have libsndfile 12 You must have libsndfile (http://www.mega-nerd.com/libsndfile/)
13 (http://www.mega-nerd.com/libsndfile/) installed in order to build the 13 installed in order to build the command-line host successfully. To
14 command-line host successfully. To 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 Makefile.osx sdk examples
17 17
18 If you are using an IDE, you may prefer to simply add the .h and .cpp 18 See the comments at the top of Makefile.osx for more information about
19 files in the vamp-sdk and/or vamp-hostsdk directories to your existing 19 the libraries and other targets that are built in this way.
20 project. 20
21 If you are using an IDE, you may prefer to simply add the vamp-sdk and
22 src/vamp-sdk (for plugins) or vamp-hostsdk and src/vamp-hostsdk (for
23 hosts) directories to your existing project.
21 24
22 25
23 Installing the Example Plugins 26 Installing the Example Plugins
24 ------------------------------ 27 ------------------------------
25 28