$Id: INSTALL,v 1.3 2004/05/29 11:51:21 varenet Exp $


If you are upgrading from a previous version, read the UPGRADING file!


There is currently no autoconf/automake stuff, so you need the following
dependencies to build the module: (Debian packages names are given)

 - Apache webserver development kit (apache-dev)
 - Ogg Bitstream Library Development (libogg-dev)
 - Vorbis Library Development (libvorbis-dev)
 - ID3 tag reading library from the MAD project (libid3tag0-dev)
 - MPEG audio decoder development library (libmad0-dev)

This module is pure C and works with Apache 1.3 and Apache 2

To build the module, simply run 'make'. To build for Apache 2, run
'make APACHE_VERSION=2'

To install, 'make install' (or 'make APACHE_VERSION=2 install'), then edit
apache config and reload the server.
By default the Makefile will try to guess where your Apache DocumentRoot is:
 - /var/apache/htdocs on Solaris
 - /Library/WebServer/Documents on MacOS X
 - /var/www by default
You can specify an alternate one as follows: 'make install DOCROOT=/your/path'
At the end of the process you'll be prompted the correct LoadModule line to
add to your httpd.conf, as explained below.

See the configuration section in the README file.

Don't forget to reload apache (make restart)

Enjoy!

Known supported OSes:
	- GNU/Linux
	- FreeBSD (port available)
	- OpenBSD (port available)
	- MacOS X
	- Solaris
If you have successfully used mod_musicindex with an OS not mentionned here,
please report to puffin@esiee.fr, with "mod_musicindex" in the subject field.
