Some docs
[ladish.git] / INSTALL
blob42b9f3d09bc16aacd0c51d3755e0ec7330939172
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  * You need glib (2.20.3 should work)
10  * You need dbus-glib (0.74 should work)
11  * You need gtk+ (2.12.1 should work)
12  * You need libglade (2.6.2 should work)
13  * You need flowcanvas (svn revision 2186 or later should work, included in tarball)
14  * Python (for ladish_control and LADI Tools)
16 ===================================================
18 The tarball contains sources for suitable flowcanvas library and
19 sources of suitable LADI Tools. Check the docs in corresponding
20 flowcanvas/ and laditools/ subdirectories.
22 ===================================================
24 = Configure it =
26 ./waf configure
28 This will configure for installation to /usr/local prefix.
29 If you want to use other prefix, use --prefix option:
31 ./waf configure --prefix=/usr
33 For full list of options, run:
35 ./waf configure --help
37 = Build it =
39 ./waf
41 You can use -j option to enable building on more than one CPU:
43 ./waf -j 4
45 = Install it =
47 ./waf install
49 You probably want to run later as superuser to install system-wide