
libmp3splt - INSTALLATION INFORMATION

====================================================================

	To install the library you need to compile the source code.

	Installing the program is made in 3 steps :

		1) Install needed libraries

		2) Compile the source

		3) Install the binary


--------------------------------------------------------------------
1) Install needed libraries

	Before compiling the source code verify that you have the 
	following libraries installed :

    libltdl from libtool (http://www.gnu.org/software/libtool/)
		libogg and libvorbis (http://www.xiph.org)
		libmad and libid3tag (http://sourceforge.net/projects/mad/)


--------------------------------------------------------------------
2) Compiling the source :

	As you are reading this, it is probably that you are already
in the libmp3splt directory. If not, please go in that directory :

	Once in the libmp3splt directory type :
	
		./configure

	Possible configure options :
    --disable-ogg
    --disable-mp3
    --disable-id3tag

	This will create the Makefile used to compile the program

	After that, type :
	
		make


--------------------------------------------------------------------
3) Install the library :

	To install the library type :
	
		make install


---------------------------------------------------------------------
4) Compilation options :
	
	please type  :

	   ./configure --help   

	in the libmp3splt directory to get informations about 
	the compilation options

