Installation

For the truly impatient, use the infamous "make install" command.

# make install

This will put the shell function libraries into /usr/local/lib/wmpipe, the scripts into /usr/local/bin, and the config files in /etc/wmpipe.

Finer grained control can be exercised by setting the PREFIX variable. To install into /usr/bin:

# make PREFIX=/usr install

Packagers will be insterested in the DESTDIR variable. To install with the normal /usr prefix, into a temporary directory:

$ make PREFIX=/usr DESTDIR=pkg install

In addition, you can choose to install just the function libraries.

# make install-libs



Introduction
Installation
Usage
Scripts