-------------------------------------------------------------------------------
 streamtuner-local installation instructions
-------------------------------------------------------------------------------

Index

	0. About this document
	1. Requirements
	2. Portability
	3. Instructions

0. About this document

	$Id: INSTALL,v 1.7 2004/01/31 16:47:13 jylefort Exp $

	Copyright (c) 2002, 2003, 2004 Jean-Yves Lefort.

	This document is part of streamtuner-local.
	It may be distributed under the same terms as streamtuner-local.

1. Requirements

	streamtuner-local requires streamtuner version 0.11.0 or
	superior (http://www.nongnu.org/streamtuner/).

	Optional library requirements:

		* for ID3 tag support:

		  libid3tag (version 0.15 or superior)
		  http://www.underbit.com/products/mad/

		* for Vorbis tag support:

		  libvorbis
		  http://www.xiph.org/ogg/vorbis/

2. Portability

	streamtuner-local has been designed from the ground up with
	portability in mind. The source code conforms to the ANSI C
	and POSIX.1 specifications (no platform-specific features are
	used).

3. Instructions

	streamtuner-local uses the GNU build system. Hence, the
	following familiar sequence should satisfy most users:

		$ ./configure
		$ make
		<get root priviledges, if needed>
		$ make install

	The ./configure script behaviour can be changed using
	command-line options: type "./configure --help" for an
	exhaustive list.

	If you don't use the --prefix option, the installation prefix
	will be autodetected using the path of the streamtuner binary.

	The location of libid3tag will be autodetected; if you want to
	specify it manually, use --with-id3tag=PREFIX. If want to
	disable libid3tag support, use --without-id3tag.

	The location of libvorbis will be autodetected; if you want to
	specify it manually, use --with-vorbis=PREFIX. If you want to
	disable libvorbis support, use --without-vorbis.
