comparison INSTALL @ 34:0e1189b94a7f

Updated installation instructions
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:12:02 +0000
parents ca6dab6c4ead
children f6afce365705
comparison
equal deleted inserted replaced
33:9cf8092ec7d3 34:0e1189b94a7f
10 10
11 - You need either one or both of the following: 11 - You need either one or both of the following:
12 * libsidplay1 12 * libsidplay1
13 * libsidplay2 13 * libsidplay2
14 14
15 Not both are required, but having both is supported. 15 Only v1 or v2 is required and you can only compile in support
16 See below for more information about them. 16 for either one, but not both! See below for more information
17 about them.
17 18
18 19
19 Where to get XMMS? 20 Where to get XMMS?
20 ================== 21 ==================
21 Latest version of XMMS should be available from 22 Latest version of XMMS should be available from
40 ========================= 41 =========================
41 The library is available at SourceForge: 42 The library is available at SourceForge:
42 43
43 http://sidplay2.sourceforge.net/ 44 http://sidplay2.sourceforge.net/
44 45
45 You need the "sidplay-libs-2.1.x" package! Earlier versions 46 You need the "sidplay-libs-2.1.0" package! Earlier versions
46 WILL NOT WORK! Later versions MAY work, but it is not really 47 WILL NOT WORK! Later versions MAY work, but it is not really
47 guaranteed. 48 guaranteed.
49
50
51 Building a CVS snapshot
52 =======================
53 To build from a CVS-snapshot, you need to have latest
54 (STABLE) versions of GNU auto-tools installed, including:
55
56 - autoconf 2.56 or later
57 - automake 1.7 or later
58 - libtool 1.4.3 or later
59
60 If you have all required tools installed, just run the
61 "bootstrap.sh"-script which generates all necessary
62 build-files. After successfull bootstrapping, you can
63 continue to install the package normally.
48 64
49 65
50 Installing XMMS-SID 66 Installing XMMS-SID
51 =================== 67 ===================
52 When you have the requirements installed and working 68 When you have the requirements installed and working
54 70
55 Invoke configure-script (use parameter --help for help) 71 Invoke configure-script (use parameter --help for help)
56 72
57 $ ./configure 73 $ ./configure
58 74
75 You may need to select which version of libSIDPlay you want to
76 use by specifying either --with-sidplay1 or --with-sidplay2
77 options. If none are specified, configure will use the first
78 one found.
59 79
60 If configure went without errors, try compilation: 80 The configure-script will print out lots of information and in
81 the end it tells you some of the selected build options.
82
83 If configure passed without errors, try compilation. (Depending
84 on your system, you may need to invoke 'gmake' instead of 'make'.)
61 85
62 $ make 86 $ make
63 87
64 If that went OK too, then you may try installation: 88 If that went OK too, then you may try installation (as root, if
89 you are installing globally for the system). Again, you may need
90 to invoke 'gmake' instead of 'make'.
65 91
66 # make install 92 # make install
67 93
68 (Run "make install" as superuser/root if you are 94 If everything went as supposed, you may now try (re)starting XMMS
69 installing for the whole system.) 95 and go play with your shiny new XMMS-SID-plugin! :-)
70 96
71