dockapps/wmacpi/INSTALL
Doug Torrance 6961aed640 wmacpi: Bump to version 1.99.
Source obtained from http://sourceforge.net/projects/wmacpi/files/.

2003 November 23 1.99
	Finally claimed the wmacpi name as my own . . .

	Renamed wmacpi-ng and acpi-ng, renamed the header files, fixed up
	the makefile.

	For the Debian package, also made compilation of the command line
	tool optional, defaulting to not building it. This is because
	after the renaming, my acpi clashes with the acpi package that's
	already in Debian. The command line functionality is now
	accessible via the -w option to wmacpi.

	This is wmacpi 1.99, so that I can have a release packaged and in
	Debian before going to 2.0, so that any bugs that are left can be
	found by all the extra users.
2014-08-19 18:13:56 +01:00

20 lines
613 B
Plaintext

The basic install is very simple: make, make install.
You can change the default install prefix (/usr/local) by specifying
it in the make install command, eg: make install PREFIX=/usr
To build the command line tool, either uncomment the BUILD_CLI=1 line
in the Makefile, or specify BUILD_CLI=1 on the make command line. ie,
make BUILD_CLI=1
make install BUILD_CLI=1
No uninstall is supported, but isn't exactly difficult to delete all
the files by hand . . .
Files installed (paths relative to PREFIX):
bin/wmacpi
bin/acpi
man/man1/wmacpi.1
man/man1/acpi.1
Simon Fowler <simon@dreamcraft.com.au>, 2003-11-23