                   µRoar
           ---------------------

--- What is µRoar?:
µRoar is a minimalistic library to create streams
to a RoarAudio Sound Server.

--- Build:

-- Build requirements:

A POSIX system or mingw, win32/msys.

-- How to build:

POSIX:
 $ ./configure
 $ make

For win32, build with mingw:
 $ CC=...mingw32...gcc ./configure --target-win32
 $ make

--- Tested platforms:

OPERATING SYSTEM	ARCH	COMPILER	TESTED	M/STATUS	COMMENT
AND VERSION					VERSION
---------------------------------------------------------------------------------------------------
Debian Etch		ix86	gcc 4.1.2	last	s/OK
Debian Etch		x86_64	gcc 4.1.2	0.1.2	s/OK
Debian Lenny		ix86	gcc 4.3.2	last	s/OK
Debian unstable		*	*		*	M/OK
Windows XP Home		ix86	mingw 3.4.5	0.1.2	s/OK

Tested Version:
	Current:        Current as listed on Homepage
	last:           Last released version (This system is on release checklist)
	*b*:            Beta

Status: Maintenance/testing Status:
Maintenance:	s = your are on your own, sources.
		m = package in work, beta package
		M = maintained
		S = maintained source package
		B = maintained binary package
