1mp3splt-gtk - INSTALLATION INFORMATION
2
3====================================================================
4
5	To install the program, you can to compile the source code.
6
7  Installing the program using the binary '.deb' debian packages :
8
9    0) Installation on Debian GNU/Linux
10
11	Installing the program on GNU/Linux is made in 3 steps :
12
13    1) Install needed libraries
14
15		2) Compile the source
16
17		3) Install the binary
18
19    4) Troubleshooting
20
21  Installing the program on Windows :
22
23    5) Installation on Windows
24
25  Notes :
26
27    6) Notes for using the snackAmp player
28
29
30--------------------------------------------------------------------
310) Installation on Debian GNU/Linux :
32
33  Download the libmp3splt debian package from the mp3splt site
34  (http://mp3splt.sourceforge.net) and install it with :
35
36    dpkg -i libmp3splt.deb
37
38  Download the mp3splt-gtk debian package from the mp3splt site and
39  install it with :
40
41    dpkg -i mp3splt-gtk.deb
42
43
44--------------------------------------------------------------------
451) Install needed libraries :
46
47  Before compiling the source code, verify that you have the following
48  libraries installed :
49
50    libmp3splt (http://mp3splt.sourceforge.net)
51
52  In order to have more features, you can also install the following
53  optional libraries/programs :
54
55    gstreamer (http://www.gstreamer.net/)
56    audacious (http://audacious-media-player.org/)
57
58
59--------------------------------------------------------------------
602) Compiling the source :
61
62	Move into the mp3splt-gtk directory and type :
63
64		./configure
65
66	    Main configure options :
67        --disable-gstreamer
68        --disable-audacious
69
70	    Other configure options :
71        --with-mp3splt=PFX
72        --with-mp3splt-libraries=DIR
73        --with-mp3splt-includes=DIR
74
75        --disable-mp3splttest
76
77
78	This will create the Makefile used to compile the program
79
80	After that, type :
81
82		make
83
84
85--------------------------------------------------------------------
863) Install the binary :
87
88	To install the binary type :
89
90		make install
91
92
93--------------------------------------------------------------------
944) Compiling from svn
95
96In order to generate a "./configure" command you have to type
97
98./autogen.sh
99
100before trying step 2)
101
102If due to a broken installation of the
103gnome-documentation-build-utilities you get the following error
104message:
105
106touch: cannot touch `build-aux/gnome-doc-utils.make': Permission denied
107
108replace the said symlink by a "real" file of the same contents.
109--------------------------------------------------------------------
1105) Troubleshooting :
111
112  If when running the application you get an error message like
113    "cannot open shared library...", try the following :
114
115  as root, type :
116
117	  echo "/usr/local/lib" >> /etc/ld.so.conf
118
119  then :
120
121	  ldconfig
122
123
124--------------------------------------------------------------------
1256) Installation on Windows
126
127  Download the windows installer and install it.
128  The windows binary supports an 'internal' player with gstreamer.
129  It is recommended to use the 'gstreamer' player.
130
131
132--------------------------------------------------------------------
1337) Notes for using the snackAmp player :
134
135 To make SnackAmp work with mp3splt-gtk :
136 download it from :
137   http://snackamp.sourceforge.net/
138  Make sure to download snackamp version >= 3.1.3 otherwise it will not work
139
140 -to get the player working, you have to go to
141   Tools->Preferences->Miscellaneous
142	from the snackamp menu and check
143   "Enable Socket Interface"
144	-only default port is supported for now(8775)
145 -after that, restart snackamp and mp3splt-gtk should work
146
147///////////////////////////////////////////
148for any problems, contact me or send bugs/suggestions to :
149
150Alexandru Munteanu <m@ioalex.net>
151
152	http://mp3splt.sourceforge.net/
153
154///////////////////////////////////////////
155
156