| 1 | =================================================== |
|---|
| 2 | |
|---|
| 3 | Requirements (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 | |
|---|
| 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) |
|---|
| 18 | |
|---|
| 19 | =================================================== |
|---|
| 20 | |
|---|
| 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. |
|---|
| 24 | |
|---|
| 25 | =================================================== |
|---|
| 26 | |
|---|
| 27 | = Configure it = |
|---|
| 28 | |
|---|
| 29 | ./waf configure |
|---|
| 30 | |
|---|
| 31 | This will configure for installation to /usr/local prefix. |
|---|
| 32 | If you want to use other prefix, use --prefix option: |
|---|
| 33 | |
|---|
| 34 | ./waf configure --prefix=/usr |
|---|
| 35 | |
|---|
| 36 | For full list of options, run: |
|---|
| 37 | |
|---|
| 38 | ./waf configure --help |
|---|
| 39 | |
|---|
| 40 | = Build it = |
|---|
| 41 | |
|---|
| 42 | ./waf |
|---|
| 43 | |
|---|
| 44 | You 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 | |
|---|
| 52 | You probably want to run later as superuser to install system-wide |
|---|