Fix typo in a comment
[a2jmidid.git] / INSTALL
blob82de9d043a3b81ff381d7f3ef7450dd6c7ccc719
1 = Configure it =
3 ./waf configure
5 This will configure for installation to /usr/local prefix.
6 If you want to use other prefix, use --prefix option:
8 ./waf configure --prefix=/usr
10 For full list of options, run:
12 ./waf configure --help
14 There are two custom options:
16  * "--disable-dbus will" force disable dbus support, even if dependencies are present
17  * "--enable-pkg-config-dbus-service-dir" will force D-Bus service install
18    dir to be one returned by pkg-config. This is usually needed when
19    prefix is /usr/local because dbus daemon scans /usr for service
20    files but does not in /usr/local
22 = Build it =
24 ./waf
26 You can use -j option to enable building on more than one CPU:
28 ./waf -j 4
30 = Install it =
32 ./waf install
34 You probably want to run later as superuser to install system-wide