# HG changeset patch # User cannam # Date 1226483064 0 # Node ID 683f4bc92a6904214da79a82e7d9c9fbaad1d156 # Parent b03f1aefcd6aaca725d12f44dec418c7df1e528b ... diff -r b03f1aefcd6a -r 683f4bc92a69 build/README.linux --- 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