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
|
mp3splt - INSTALLATION INFORMATION
====================================================================
To install the program, you can to compile the source code.
Installing the program using the binary '.deb' debian packages :
0) Installation on Debian GNU/Linux
Installing the program on GNU/Linux 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
Download the mp3splt debian package from the mp3splt site and
install it with :
dpkg -i mp3splt.deb
--------------------------------------------------------------------
1) Install needed libraries :
Before compiling the source code, verify that you have the following
libraries installed :
libmp3splt (http://mp3splt.sourceforge.net)
--------------------------------------------------------------------
2) Compiling the source :
Move into the mp3splt directory and type :
./configure
Main configure options :
--enable-oggsplt_symlink
Other configure options :
--with-mp3splt=PFX
--with-mp3splt-libraries=DIR
--with-mp3splt-includes=DIR
--disable-mp3splttest
This will create the Makefile used to compile the program
After that, type :
make
--------------------------------------------------------------------
3) Install the binary :
To install the binary type :
make install
///////////////////////////////////////////
for any suggestion, bugs, etc... contact us.
Matteo Trotta - <mtrotta@users.sourceforge.net>
Alexandru Munteanu - <io_fx@yahoo.fr>
///////////////////////////////////////////
|