comparison INSTALL @ 813:b8b9da405e8c

Update documentation a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 13:09:37 +0200
parents 8c80b3c5c053
children 2531396c2718
comparison
equal deleted inserted replaced
812:2d0f374ab51a 813:b8b9da405e8c
89 Typically your OS distribution and/or some supplementary package 89 Typically your OS distribution and/or some supplementary package
90 repository may contain libSIDPlay1 packages. Usually those work 90 repository may contain libSIDPlay1 packages. Usually those work
91 well, but remember to also install the corresponding -dev/-devel 91 well, but remember to also install the corresponding -dev/-devel
92 package so that XMMS-SID can be compiled. 92 package so that XMMS-SID can be compiled.
93 93
94 If you can't find pre-made packages for your OS, source tarballs 94 For example, in Debian (or Ubuntu):
95 for libSIDPlay1 are available at SIDPlay's homepage: 95
96 96 $ apt-get install libsidplay1-dev
97 http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/linux.html 97
98 98 If your OS/distribution does not offer packaged libSIDPlay1, head to:
99 You only need libsidplay, the sidplay-base is not necessary 99
100 for building or using XMMS-SID (it contains a command-line 100 http://www.tnsp.org/?p=libsidplay1
101 SID-player).
102 101
103 102
104 Where to get and how to install libSIDPlay2? 103 Where to get and how to install libSIDPlay2?
105 ============================================ 104 ============================================
106 Please read the following web-page: 105 You might have it in your $OS_DISTRIBUTION of preference. For example
106 Debian should have a compatible set of packages available, try:
107
108 $ apt-get install libsidplay2-dev libresid-builder-dev
109
110 If your OS/distribution does not offer packaged libSIDPlay1, head to:
107 111
108 http://www.tnsp.org/?p=libsidplay2 112 http://www.tnsp.org/?p=libsidplay2
113
114
115 Where to get libSIDPlay-FP?
116 ===========================
117
118 $ apt-get install libsidplayfp-dev
119
120 Or head to:
121
122 http://sourceforge.net/projects/sidplay-residfp/
123
124 Version 0.3.7 should be compatible. Earlier and later ones might not,
125 as the API seems to be in flux at the moment.
109 126
110 127
111 Building a Mercurial-version 128 Building a Mercurial-version
112 ============================ 129 ============================
113 To build a version of XMMS-SID from Mercurial repository, 130 To build a version of XMMS-SID from Mercurial repository,
114 you need to have following tools installed: 131 you need to have following tools installed:
115 132
116 - GNU autoconf 2.60 or newer 133 - GNU autoconf 2.60 or newer
117 - GNU automake 1.11 or newer 134 - GNU automake 1.11 or newer
118 - GNU libtool 1.5.22 or newer 135 - GNU libtool 2.4.2 or newer
119 - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4) 136 - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4)
120 137
121 Source repository can be fetched via Mercurial using: 138 Source repository can be fetched via Mercurial using:
122 139
123 $ hg clone http://tnsp.org/hg/xmms-sid xmms-sid-hg 140 $ hg clone http://tnsp.org/hg/xmms-sid xmms-sid-hg