root/INSTALL

Revision da63d80b84cd36d9a6f69b5e38ff33698056aaca, 1.4 KB (checked in by Nedko Arnaudov <nedko@…>, 4 months ago)

jmcore - JACK multicore (snake)

  • Property mode set to 100644
Line 
1===================================================
2
3Requirements (tools, headers and libraries):
4
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)
11
12Optional 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)
18
19===================================================
20
21The tarball contains sources for suitable flowcanvas library and
22sources of suitable LADI Tools. Check the docs in corresponding
23flowcanvas/ and laditools/ subdirectories.
24
25===================================================
26
27= Configure it =
28
29./waf configure
30
31This will configure for installation to /usr/local prefix.
32If you want to use other prefix, use --prefix option:
33
34./waf configure --prefix=/usr
35
36For full list of options, run:
37
38./waf configure --help
39
40= Build it =
41
42./waf
43
44You can use -j option to enable building on more than one CPU:
45
46./waf -j 4
47
48= Install it =
49
50./waf install
51
52You probably want to run later as superuser to install system-wide
Note: See TracBrowser for help on using the browser.