                   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

On OpenVMS, with HP C compiler:
 $ @build

--- 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.12	s/OK
Debian Lenny		ix86	gcc 4.3.2	0.1.2	s/OK
Debian Sid		ix86	clang 2.7	0.1.4	s/OK
Debian Sid		ix86	gcc 4.4.5	0.1.8	M/OK
Debian unstable		*	*		*	M/OK
OpenBSD 4.4		ix86	gcc 3.3.5	0.1.12	s/OK		-Wextra needs to be removed
									from the Makefile.
Windows XP Home		ix86	mingw 3.4.5	0.1.2	s/OK
Wine 0.9.25		ix86	mingw 3.4.5	0.1.8	s/OK
OpenVMS V8.3		Alpha	HP C V7.3-009	0.1.3	s/OK
WinXP/MSys		ix86	mingw 4.7.0	0.1.12	m/OK		Automatic Build Bot.

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
