# HG changeset patch # User Chris Cannam # Date 1485864260 0 # Node ID 6dfe3dd38878b7eb3138fc5f80966668d980de18 # Parent ea8e56f0796afebe78e9e678f4b674c1d7fb279e Typo fix diff -r ea8e56f0796a -r 6dfe3dd38878 build/README.osx --- a/build/README.osx Mon Jan 09 16:31:58 2017 +0000 +++ b/build/README.osx Tue Jan 31 12:04:20 2017 +0000 @@ -23,13 +23,13 @@ To build only the SDK and example plugins (for example if you do not have libsndfile installed): - $ make -f build/Makefile.osx sdk examples + $ make -f build/Makefile.osx sdk plugins See the comments at the top of Makefile.osx for more information about the libraries and other targets that are built in this way. -If you are using an IDE such as Xcode, you may prefer to simply add -the vamp-sdk and src/vamp-sdk (for plugins) or vamp-hostsdk and +If you are using an IDE such as Xcode, you may prefer to add the +vamp-sdk and src/vamp-sdk (for plugins) or vamp-hostsdk and src/vamp-hostsdk (for hosts) directories to your existing project. If you are using OS/X 10.6 or older, you could try Makefile.osx.106