libuta - C++ toolkit for SDL

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, past and present.

libuta depends on the following libraries:
	libpng 			(surface loading)
	libz			(from libpng)
	libttf (Freetype 1)	(antialiased font rendering)
	libsigc++		(signal slot system)
	libSDL 			(...)
	(libSDL_mixer for sound and music)
	
When an installed libSDL_mixer is detected it will be used for sound
and music playback. (optionally)
Get SDL_mixer from
http://www.libsdl.org/projects/SDL_mixer/
SDL_mixer can be built to playback vorbis (ogg) and mp3 streams; libuta 
transparently supports all music formats SDL_mixer does as it just 
passes the filename to SDL_mixer.

Libuta demos are available from CVS in the demos/ subdirectory.

It is recommended to use the 'Janus' library for managing widgets and
GUI elements.

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

Enjoy!

