daemon: add some logs
[ladish.git] / INSTALL
blob4ba6c8a01f9eac79e8c49e25c362a1788207a45d
1 ===================================================
3 Requirements (tools, headers and libraries):
5  * You need gcc for C and C++ (4.2.2 should work)
6  * You need dbus (1.2.16 should work)
7  * You need libuuid from e2fsprogs (1.40.2 should work)
8  * You need the expat XML parser (2.0.1 should work)
9  * Python (for ladish_control and LADI Tools)
11 Optional requirements, without them GUI frontend will not be built:
12  * You need glib (2.20.3 should work)
13  * You need dbus-glib (0.74 should work)
14  * You need gtk+ (2.12.1 should work)
15  * You need libglade (2.6.2 should work)
16  * You need flowcanvas (svn revision 2186 or later should work, included in tarball)
18 ===================================================
20 The tarball contains sources for suitable flowcanvas library and
21 sources of suitable LADI Tools. Check the docs in corresponding
22 flowcanvas/ and laditools/ subdirectories.
24 ===================================================
26 = Configure it =
28 ./waf configure
30 This will configure for installation to /usr/local prefix.
31 If you want to use other prefix, use --prefix option:
33 ./waf configure --prefix=/usr
35 For full list of options, run:
37 ./waf configure --help
39 = Build it =
41 ./waf
43 You can use -j option to enable building on more than one CPU:
45 ./waf -j 4
47 = Install it =
49 ./waf install
51 You probably want to run later as superuser to install system-wide