Fix unused-parameter warnings in plain C code
[ladish.git] / INSTALL
blobae7cc76e8082e708f491030a4dc6d079c23ef18c
1 ===================================================
3 Requirements (tools, headers and libraries):
5  * You need gcc for C and C++ (4.2.2 should work)
6  * You need JACK (1.9.5 should work)
7  * You need dbus (1.2.16 should work)
8  * You need libuuid from e2fsprogs (1.40.2 should work)
9  * You need the expat XML parser (2.0.1 should work)
10  * Python (for ladish_control and LADI Tools)
12 Optional requirements, without them GUI frontend will not be built:
13  * You need glib (2.20.3 should work)
14  * You need dbus-glib (0.74 should work)
15  * You need gtk+ (2.12.1 should work)
16  * You need libglade (2.6.2 should work)
17  * You need flowcanvas (svn revision 2186 or later should work, included in tarball)
19 ===================================================
21 The tarball contains sources for suitable flowcanvas library and
22 sources of suitable LADI Tools. Check the docs in corresponding
23 flowcanvas/ and laditools/ subdirectories.
25 ===================================================
27 = Configure it =
29 ./waf configure
31 This will configure for installation to /usr/local prefix.
32 If you want to use other prefix, use --prefix option:
34 ./waf configure --prefix=/usr
36 For full list of options, run:
38 ./waf configure --help
40 = Build it =
42 ./waf
44 You can use -j option to enable building on more than one CPU:
46 ./waf -j 4
48 = Install it =
50 ./waf install
52 You probably want to run later as superuser to install system-wide