wmacpi: Bump to version 2.0.
[dockapps.git] / wmacpi / INSTALL
blob274d1f491ae8d9abeaae47bb6ed65a652aedff5d
1 The basic install is very simple: make, make install.
3 You can change the default install prefix (/usr/local) by specifying
4 it in the make install command, eg: make install PREFIX=/usr
6 To build the command line tool, either uncomment the BUILD_CLI=1 line
7 in the Makefile, or specify BUILD_CLI=1 on the make command line. ie, 
8 make BUILD_CLI=1
9 make install BUILD_CLI=1
11 No uninstall is supported, but isn't exactly difficult to delete all
12 the files by hand . . .
14 Files installed (paths relative to PREFIX):
15 bin/wmacpi
16 bin/acpi
17 man/man1/wmacpi.1
18 man/man1/acpi.1
20 Simon Fowler <simon@dreamcraft.com.au>, 2003-11-23