comparison INSTALL @ 1:183e7cbc1036

Initial revision
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 10:23:04 +0000
parents
children e5c49367b899
comparison
equal deleted inserted replaced
0:5ce0a94edc2e 1:183e7cbc1036
1 Requirements
2 ============
3 - XMMS version 1.2.0 or later (http://www.xmms.org/)
4 - libsidplay 1.36.xx or later (preferably latest version)
5 - Gtk+ and Glib 1.2.2 or later (http://www.gtk.org/)
6
7
8 Where to get XMMS?
9 ==================
10 Latest version of XMMS should be available from
11
12 http://www.xmms.org/
13
14 Please refer to XMMS documentation for information
15 on it's usage and installation (etc).
16
17
18 Where to get libsidplay?
19 ========================
20 XMMS-SID requires the libsidplay to play the SID tunes
21 (as XMMS-SID is just an "libsidplay interface for XMMS").
22
23 The library is available at SIDPlay's homepage:
24
25 http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
26
27 You only need libsidplay, the sidplay-base is not necessary
28 if you are sure that you don't need the commandline player.
29
30 (NOTICE!!! XMMS-SID cannot use sidplay2 as it is completely
31 different from sidplay v1!! Support may be added in future,
32 however.)
33
34
35 Installing xmms-sid
36 ===================
37
38 Simply run the following commands:
39
40 ./configure
41 make
42 make install
43
44 (Run "make install" as superuser/root if you are
45 installing for the whole system.)
46
47
48 Notes
49 =====
50 * If "configure" script is not present, run ./autogen.sh
51
52 * The configure script uses xmms-config to guess the correct location
53 to install the plugin files (.so and .la). If you want to install them
54 to another place, run configure with --libdir=<path> option.
55