Mercurial > hg > vamp-plugin-sdk
comparison build/README.osx @ 397:14b34e85523b
Updates for v2.6
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2015 10:26:12 +0100 |
parents | c70e1ceb1eff |
children | 6dfe3dd38878 |
comparison
equal
deleted
inserted
replaced
396:0d9d6a7d6ca8 | 397:14b34e85523b |
---|---|
3 ============================================== | 3 ============================================== |
4 | 4 |
5 Prerequisites | 5 Prerequisites |
6 ------------- | 6 ------------- |
7 | 7 |
8 You must have Xcode installed, with the command-line build tools. | 8 You must have Xcode installed, with the command-line build tools (an |
9 | 9 optional component). |
10 (If you are using Xcode 4, you may have to go to Preferences -> | |
11 Downloads -> Components and install the Command Line Tools component.) | |
12 | 10 |
13 You must have libsndfile (http://www.mega-nerd.com/libsndfile/) | 11 You must have libsndfile (http://www.mega-nerd.com/libsndfile/) |
14 installed in order to build the command-line host successfully. But | 12 installed in order to build the command-line host successfully. But |
15 you do not need libsndfile if you only want to build plugins. | 13 you do not need libsndfile if you only want to build plugins. |
16 | 14 |
32 | 30 |
33 If you are using an IDE such as Xcode, you may prefer to simply add | 31 If you are using an IDE such as Xcode, you may prefer to simply add |
34 the vamp-sdk and src/vamp-sdk (for plugins) or vamp-hostsdk and | 32 the vamp-sdk and src/vamp-sdk (for plugins) or vamp-hostsdk and |
35 src/vamp-hostsdk (for hosts) directories to your existing project. | 33 src/vamp-hostsdk (for hosts) directories to your existing project. |
36 | 34 |
37 If you are using OS/X 10.6 or older, use Makefile.osx.106 instead of | 35 If you are using OS/X 10.6 or older, you could try Makefile.osx.106 |
38 Makefile.osx. | 36 instead of Makefile.osx. |
39 | 37 |
40 | 38 |
41 Installing the Example Plugins | 39 Installing the Example Plugins |
42 ------------------------------ | 40 ------------------------------ |
43 | 41 |