Merge branch '1-stable' into 'stable'
[ladish.git] / INSTALL
blob2fe254c7c12ed11e3e2efaa468a1347d41b18972
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 or later
14  * You need dbus-glib-0.74 or later
15  * You need gtk+-2.20.0 or later
17 ===================================================
19 = Configure it =
21 ./waf configure
23 This will configure for installation to /usr/local prefix.
24 If you want to use other prefix, use --prefix option:
26 ./waf configure --prefix=/usr
28 For full list of options, run:
30 ./waf configure --help
32 = Build it =
34 ./waf
36 You can use -j option to enable building on more than one CPU:
38 ./waf -j 4
40 = Install it =
42 ./waf install
44 You probably want to run later as superuser to install system-wide