1
2mp3splt - INSTALLATION INFORMATION
3
4====================================================================
5
6	To install the program, you can to compile the source code.
7
8  Installing the program using the binary '.deb' debian packages :
9
10    0) Installation on Debian GNU/Linux
11
12	Installing the program on GNU/Linux is made in 3 steps :
13
14    1) Install needed libraries
15
16		2) Compile the source
17
18		3) Install the binary
19
20
21--------------------------------------------------------------------
220) Installation on Debian GNU/Linux :
23
24  Download the libmp3splt debian package from the mp3splt site
25  (http://mp3splt.sourceforge.net) and install it with :
26
27    dpkg -i libmp3splt.deb
28
29  Download the mp3splt debian package from the mp3splt site and
30  install it with :
31
32    dpkg -i mp3splt.deb
33
34
35--------------------------------------------------------------------
361) Install needed libraries :
37
38  Before compiling the source code, verify that you have the following
39  libraries installed :
40
41    libmp3splt (http://mp3splt.sourceforge.net)
42
43
44--------------------------------------------------------------------
452) Compiling the source :
46
47	Move into the mp3splt directory and type :
48
49		./configure
50
51	    Main configure options :
52        --enable-oggsplt_symlink
53        --enable-flacsplt_symlink
54
55	    Other configure options :
56        --with-mp3splt=PFX
57        --with-mp3splt-libraries=DIR
58        --with-mp3splt-includes=DIR
59
60        --disable-mp3splttest
61
62
63	This will create the Makefile used to compile the program
64
65	After that, type :
66
67		make
68
69
70--------------------------------------------------------------------
713) Install the binary :
72
73	To install the binary type :
74
75		make install
76
77
78///////////////////////////////////////////
79for any suggestion, bugs, etc... contact us.
80
81Matteo Trotta - <mtrotta@users.sourceforge.net>
82Alexandru Munteanu - <m@ioalex.net>
83
84///////////////////////////////////////////
85
86