wmapm: Add version 3.1 to repository.
[dockapps.git] / wmapm / INSTALL
blob93a1782c8a8409e039543011d893aadafa132913
1 Installation instructions for WMAPM.
3 Requirements
4 --------------------------------------------------------------
5   WMAPM requires the Xpm library (which should be available on
6 most machines with XFree86 installed).
7   In order to compile WMAPM using the Makefile, GNU make must
8 be used (FreeBSD users, the default BSD 'make' does not work).
10 Installation
11 --------------------------------------------------------------
12 1) % tar -zxvf wmapm-3.1.tar.gz
13 2) % cd wmapm-3.1/wmapm/
14 3) % make (or gmake on most *BSD systems)
15 4) % make install (must be root) or simply copy and binary (and
16      optionally the man page) to a directory in your path.
17      (Makefile does an suid on apm; you must be root to do this.)
18 5) % wmapm & (or 'wmapm -h' for help, or 'man wmapm' for the man page)
20 Be sure to read the HINTS and TODO files too!