wftk - a C++ widget toolkit using SDL, freetype, and sigc++

The library is licensed under the LGPL (see COPYING.LIB).
The configure scripts are GPL, except otherwise stated 
(see COPYING for the GPL)

See AUTHORS for the people involved.
Based on the library 'libuta', by Karsten O. Laux.  WFTK
began as a fork of libuta 0.4.4.

libwftk depends on the following libraries:
	libpng                  texture (surface) loading
                                (debian: libpng3-dev)
	libz                    for libpng
                                (debian: zlib1g-dev)
	freetype (Freetype 2)   antialiased font rendering
                                (debian: libfreetype6-dev)
	libsigc++               signal slot system
	libSDL 	                screen interface
                                (debian: libsdl1.2-dev)
	libSDL_mixer            sound and music
                                (debian: libsdl-mixer1.2-dev)
	smpeg			movie and MP3 playback
                                (debian: libsmpeg-dev)

Note that smpeg and libsigc++ are not available on modern (8.0 
and later) versions of Red Hat Linux.

If the SDL_mixer library is present, wftk uses it sound and music playback.
SDL_mixer's site is http://www.libsdl.org/projects/SDL_mixer/
MP3 and OGG support are available through SDL_mixer.

Libwftk demos are in the subdirectory 'demos' and are not built
by default - to build them, run 'make demos'.

On FreeBSD, remember to use 'gmake' instead of 'make'

On Mac OSX, use the 'fink' program to install dependant libraries.

Enjoy!

-Malcolm Walker <malcolm@worldforge.org>

