1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
libmp3splt - INSTALLATION INFORMATION
====================================================================
To install the library you need to compile the source code.
Installing the program using the binary '.deb' debian package :
0) Installation on Debian GNU/Linux
Installing the program is made in 3 steps :
1) Install needed libraries
2) Compile the source
3) Install the binary
--------------------------------------------------------------------
0) Installation on Debian GNU/Linux :
Download the libmp3splt debian package from the mp3splt site
(http://mp3splt.sourceforge.net) and install it with :
dpkg -i libmp3splt.deb
--------------------------------------------------------------------
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 :
Move into the libmp3splt directory and type :
./configure
Main configure options :
--disable-ogg
--disable-mp3
--disable-id3tag
Other configure options :
--with-mad=PFX
--with-mad-libraries=DIR
--with-mad-includes=DIR
--disable-madtest
The same options are available for 'ogg', 'vorbis' and 'id3'
(--with-ogg, --disable-id3test, ...)
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
///////////////////////////////////////////
for any suggestion, bugs, etc... contact us.
Matteo Trotta - <mtrotta@users.sourceforge.net>
Alexandru Munteanu - <io_fx@yahoo.fr>
///////////////////////////////////////////
|