           RoarAudio PlayList Daemon
         -----------------------------

--- Build:
-- Build requirements:

In order to build the rpld you need to install RoarAudio and
it's devel packets.
In addition you should install libuuid from e2progs and it's
devel packet.

-- How to build:

 $ ./configure
 $ make

 Install with:
 $ make install

-- Codec Helper:

The Codec Helper is a small script which is used to decode stuff if codec is
unknown or unsupported by server. This is mostly used for non-free codecs which
can not be implemented by us. It is very strongly recommended to use a server
implementing the codecs you use and only use free codecs.

To use a Codec Helper copy one of the files in codec-helper/ to your normal
bin directory (/usr/bin, /usr/local/bin, ...) with the name 'rpld-codec-helper'.
Diffrent Codec Helper may require diffrent dependencies on installed tools.

--- Tested platforms:

OPERATING SYSTEM	ARCH	COMPILER	TESTED	M/STATUS	COMMENT
AND VERSION					VERSION
---------------------------------------------------------------------------------------------------
Debian Etch		ix86	gcc 4.1.2	current	s/OK
Debian Etch		x86_64	gcc 4.1.2	0.1.6	s/OK
Debian Lenny		ix86	gcc 4.3.2	0.1rc4	s/OK
Debian Wheezy		x86_64	gcc 4.7.2	0.1.8	M/OK
Debian Sid		ix86	gcc 4.6.1	0.1.1	M/OK
Debian Sid		ix86	clang 2.7	0.1rc4	s/OK
Debian Sid		x86_64	gcc 4.7.1	0.1.5	M/OK
FreeBSD 7.3		i386	gcc 4.2.1	0.1.7	s/OK
Wine 0.9.25		ix86	mingw 3.4.5	0.1.0	s/OK
OpenBSD 4.4		i386	gcc 3.3.5	0.1.2	s/OK
WinXP/MSys		ix86	mingw 4.7.0	0.1.9	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
