Wmconfig Installation

1. Requirements

Wmconfig requires the GNU C Compiler or Clang. An installed X windows system is recommend. It was tested with the following systems:

Cygwin
Linux, except Arch and Fedora
FreeBSD
NetBSD
OpenBSD, up to version 5.5
OpenIndiana
Please let me know if Wmconfig runs on other systems.

2. Installation

After you have downloaded the source, extract the bzipped GNU Tar Archive:

tar -xvjf wmconfig-VERSION-NUMBER.tar.bz2

Change to the new directory and try:

./configure --prefix=/usr/local --sysconfdir=/etc
make
make install (maybe as root)

This will install the binary in "/usr/local/bin" and the manpage in "/usr/local/man/man1". As root create a directory named wmconfig in "sysconfdir" (see above) directory that will will be used for system wide configuration. Users may add their own menu entries with creating the ".wmconfig" in their home directories.
You may download the samples and copy them into the system wide Wmconfig directory or into your home config directory.