Window Maker Configuration Utility (wmakerconf 2.8)

Copyright (C) 1998-2001 Ullrich Hafner <hafner@bigfoot.de>

Description
===========
Wmakerconf is a GTK+ based configuration tool
for Window Maker (http://windowmaker.org).
Its WWW site is at http://ulli.on.openave.net/wmakerconf/

Features:
=========
o Support for all Window Maker attributes (version >= 0.61.0)
o Font selection browser, pixmap preview browser, color selection dialog,
  shortcut dialog, file selection dialog, theme browser, menu configuration ...
o Optional tooltips with short description of every attribute
o New attributes can be simply integrated by changing the wmakerconf
  proplist (via WWW)

System requirements:
====================
o Window Maker >= 0.51.0 (http://windowmaker.org)
o libPropList  >= 0.8.3  (http://windowmaker.org)
o GTK+         >= 1.2.0  (http://www.gtk.org)
o ANSI C compiler/library

Recommended additional packages:
================================
o To show graphic previews of JPEG, TIFF, PNG pixmaps you need one
  of the following libraries:
	a) Window Maker Raster Lib >= 0.51.0 (Part of Window Maker [devel RPM])
	b) Rasterman's Imlib >= 1.8 (http://www.labs.redhat.com/imlib/)
o To use additional texture functions the libwmfun package >= 0.0.2 is required
  (Part of Window Maker [devel RPM]) [0.0.1 WILL NOT WORK ANYMORE]
o To enable WWW theme installation and automatic wmakerconf data-file update
  Perl >= 5.002 (http://www.perl.com/, http://www.perl.org/,
  http://www.cpan.org/) and one of the following packages is required:
	  a) Perl Module HTML-Parser
	     (http://www.perl.com/cgi-bin/cpan_mod?module=HTML::Parser)
     	     and Perl Module libwww
	     (http://www.perl.com/cgi-bin/cpan_mod?module=LWP)
	  b) LYNX WWW browser (http://lynx.browser.org/)
	  c) GNU Wget 1.5.3, a non-interactive network retriever
	     (http://www.gnu.org/software/wget/wget.html)

Tested on Intel Linux Redhat 4.2/5.x, Intel Linux SuSE 5.x,
and DEC Alpha/Digital UNIX 4.0, SUN Sunos 4.1.4.

Installation
============
tar xzf wmakerconf-2.7.tar.gz
cd wmakerconf-2.7
./configure
make
make install

o Please install required and recommended packages prior to wmakerconf.
o The prefix of the Window Maker installation path can be set with
  ./configure --with-wmakerprefix=DIR if configure doesn't find the
  data (PREFIX/share/WindowMaker) and sysconfig files
  (PREFIX/etc/WindowMaker) of Window Maker.
o NLS can be disabled in case of compile or configure errors in one of
  the po directories: ./configure --disable-nls
o If you want NLS but don't have the gettext library installed, use
  ./configure --with-included-gettext
o If you should encounter problems with older libraries in places
  where you can't delete them (e.g. if you don't have root access),
  you can try to specifically tell the linker which directories to
  search by using LDFLAGS=-L/DIRECORY/; export LDFLAGS; ./configure
  ..... (sh syntax, for csh use setenv LDFLAGS /DIRECTORY; ...)
o If imlib is not detected by configure even though you've installed
  all required files and libs, use
  ./configure --disable-imlibtest

Documentation
=============
See extra file 'MANUAL`.

Copyright
=========
wmakerconf is copyrighted by Ullrich Hafner <hafner@bigfoot.de>    
and is licensed through the GNU General Public License.
Read the COPYING file for the complete license.

