comparison build/README.linux @ 253:683f4bc92a69

...
author cannam
date Wed, 12 Nov 2008 09:44:24 +0000
parents cc467e52da4c
children 2e16d99867bd
comparison
equal deleted inserted replaced
252:b03f1aefcd6a 253:683f4bc92a69
3 ======================================================================= 3 =======================================================================
4 4
5 Building at the command line 5 Building at the command line
6 ---------------------------- 6 ----------------------------
7 7
8 To build the SDK, example plugins, and command-line host, first edit 8 To build the SDK, example plugins, and command-line host:
9 the Makefile to suit your platform according to the comments in it,
10 then run "make".
11 9
12 Note that you must have libsndfile 10 $ ./configure
13 (http://www.mega-nerd.com/libsndfile/) installed in order to build the 11 $ make
14 command-line host successfully. To build only the SDK and examples, 12
15 run "make sdk examples" instead of just "make". 13 To install after a successful make, run "make install" as root (or via
14 sudo).
16 15
17 16
18 Installing the Example Plugins 17 Installing the Example Plugins
19 ------------------------------ 18 ------------------------------
20 19