File: INSTALL

package info (click to toggle)
a2jmidid 8~dfsg0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,044 kB
  • sloc: python: 11,541; ansic: 3,967; makefile: 28; sh: 10
file content (34 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
= Configure it =

./waf configure

This will configure for installation to /usr/local prefix.
If you want to use other prefix, use --prefix option:

./waf configure --prefix=/usr

For full list of options, run:

./waf configure --help

There are two custom options:

 * "--disable-dbus will" force disable dbus support, even if dependencies are present
 * "--enable-pkg-config-dbus-service-dir" will force D-Bus service install
   dir to be one returned by pkg-config. This is usually needed when
   prefix is /usr/local because dbus daemon scans /usr for service
   files but does not in /usr/local

= Build it =

./waf

You can use -j option to enable building on more than one CPU:

./waf -j 4

= Install it =

./waf install

You probably want to run later as superuser to install system-wide