wmshutdown: Bump to version 1.5.
[dockapps.git] / wmjiface / INSTALL
blob854b7cea7ba8bf7f31e8be0dd979bf33c90c76ac
1 Installation instructions for wmjiface.
3 Requirements
4 ---------------------------------------------------------------------------
5 wmjiface requires the Xpm library (which should be available on most machines
6 with XFree86 installed).   You'll also need some version of perl 5+ running.
9 Installation
10 ---------------------------------------------------------------------------
11 1) tar -zxf wmjiface-#.#
13 2) cd wmjiface/src
15 3) edit the Makefile to change the prefix variable and the
16    owner and group variables.
17    prefix describes where the files go during install.
18    owner and group describe who owns it after install.
19    You must uncomment owner and group if you use them.
21 4) make install
23 5) edit ifacechk as necessary to make it go...
24    As it stands, ifacechk will not work on SunOS/Solaris.
25    I used /proc to get my net info.  Most likely, it won't even
26    work on some familiar linux boxes.
28 --------------------------------------------------------------------------
31 If you have problems, please contact me.
32 Especially if you can make ifacechk work on SunOS.
34 Jettero Heller
35 jettero@yakko.cs.wmich.edu