Make AddMouseRegion's index unsigned
[dockapps.git] / wmacpi / INSTALL
blob674da8fd6c0853ad630d398b8e4a939cec80e639
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 As of 2.1 wmacpi requires libdockapp-0.5.0 - the tarball is available
12 from the same place as the wmacpi tarball. If you're running Debian
13 testing you just need to install libdockapp-dev.
15 No uninstall is supported, but isn't exactly difficult to delete all
16 the files by hand . . .
18 Files installed (paths relative to PREFIX):
19 bin/wmacpi
20 bin/acpi
21 share/man/man1/wmacpi.1
22 share/man/man1/acpi.1
24 Simon Fowler <simon@dreamcraft.com.au>, 2005-01-05