wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmapm / INSTALL
blobae9f28fbc576c1362dd33d186f9b9b248c0e9b9b
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) and libdockapp (which is
7 available from http://dockapps.net/libdockapp).
8   In order to compile WMAPM using the Makefile, GNU make must
9 be used (FreeBSD users, the default BSD 'make' does not work).
11 Installation
12 --------------------------------------------------------------
13 1) % tar -zxvf wmapm-3.1.tar.gz
14 2) % cd wmapm-3.1/wmapm/
15 3) % make (or gmake on most *BSD systems)
16 4) % make install (must be root) or simply copy and binary (and
17      optionally the man page) to a directory in your path.
18      (Makefile does an suid on apm; you must be root to do this.)
19 5) % wmapm & (or 'wmapm -h' for help, or 'man wmapm' for the man page)
21 Be sure to read the HINTS and TODO files too!