comparison INSTALL @ 7:e5c49367b899

Updated to 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 11:25:05 +0000
parents 183e7cbc1036
children 469efc05e01e
comparison
equal deleted inserted replaced
6:ff6b3a556a15 7:e5c49367b899
1 Requirements 1 Requirements
2 ============ 2 ============
3 - XMMS version 1.2.0 or later (http://www.xmms.org/) 3 - XMMS version 1.2.0 or later (http://www.xmms.org/)
4 - libsidplay 1.36.xx or later (preferably latest version) 4
5 - Gtk+ and Glib 1.2.2 or later (http://www.gtk.org/) 5 - Gtk+ and Glib 1.2.8 or later (http://www.gtk.org/)
6
7 - C and C++-compiler. Preferably gcc and g++, I have
8 no idea whether this compiles with any other
9 compilers ... sorry.
10
11 - You need either or both of the following:
12 * libsidplay1 v1.36.xx (or later version)
13 * libsidplay2 v2.0.7 (NO LATER OR EARLIER VERSIONS!)
14
15 NOTICE! You need at least v1 or v2, OR BOTH.
16
17
18 Earlier versions may or may not work; you may try,
19 but you'll need to edit configure.in for smaller
20 version numbers and then run autogen.sh.
6 21
7 22
8 Where to get XMMS? 23 Where to get XMMS?
9 ================== 24 ==================
10 Latest version of XMMS should be available from 25 Latest version of XMMS should be available from
13 28
14 Please refer to XMMS documentation for information 29 Please refer to XMMS documentation for information
15 on it's usage and installation (etc). 30 on it's usage and installation (etc).
16 31
17 32
18 Where to get libsidplay? 33 Where to get libSIDPlay?
19 ======================== 34 ========================
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: 35 The library is available at SIDPlay's homepage:
24 36
25 http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ 37 http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
26 38
27 You only need libsidplay, the sidplay-base is not necessary 39 You only need libsidplay, the sidplay-base is not necessary
28 if you are sure that you don't need the commandline player. 40 if you are sure that you don't need the commandline player.
29 41
30 (NOTICE!!! XMMS-SID cannot use sidplay2 as it is completely 42 Where to get libSIDPlay2?
31 different from sidplay v1!! Support may be added in future, 43 =========================
32 however.) 44 The library is available at SourceForge:
45
46 http://sidplay2.sourceforge.net/
47
48 NOTICE! Compiling sidplay2 may or may not be cumbersome,
49 since it is still heavily under development. Take care.
33 50
34 51
35 Installing xmms-sid 52 Installing XMMS-SID
36 =================== 53 ===================
54 When you have the requirements installed and working
55 succesfully, you can try compiling XMMS-SID.
37 56
38 Simply run the following commands: 57 Invoke configure-script (use parameter --help for help)
39 58
40 ./configure 59 $ ./configure
41 make 60
42 make install 61
62 If configure went without errors, try compilation:
63
64 $ make
65
66 If that went OK too, then you may try installation:
67
68 # make install
43 69
44 (Run "make install" as superuser/root if you are 70 (Run "make install" as superuser/root if you are
45 installing for the whole system.) 71 installing for the whole system.)
46 72
47 73
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