Mercurial > hg > vamp-plugin-sdk
changeset 253:683f4bc92a69
...
| author | cannam | 
|---|---|
| date | Wed, 12 Nov 2008 09:44:24 +0000 | 
| parents | b03f1aefcd6a | 
| children | e02c93c4de8f | 
| files | build/README.linux | 
| diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] | 
line wrap: on
 line diff
--- a/build/README.linux Wed Nov 12 09:30:26 2008 +0000 +++ b/build/README.linux Wed Nov 12 09:44:24 2008 +0000 @@ -5,14 +5,13 @@ Building at the command line ---------------------------- -To build the SDK, example plugins, and command-line host, first edit -the Makefile to suit your platform according to the comments in it, -then run "make". +To build the SDK, example plugins, and command-line host: -Note that you must have libsndfile -(http://www.mega-nerd.com/libsndfile/) installed in order to build the -command-line host successfully. To build only the SDK and examples, -run "make sdk examples" instead of just "make". +$ ./configure +$ make + +To install after a successful make, run "make install" as root (or via +sudo). Installing the Example Plugins
