comparison INSTALL @ 680:f5b818a57d0c

Few cosmetic fixes and clarifications.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 May 2008 01:34:22 +0300
parents 36a2d95e4644
children 73608042aec8
comparison
equal deleted inserted replaced
679:36a2d95e4644 680:f5b818a57d0c
99 99
100 http://www.tnsp.org/?p=libsidplay2 100 http://www.tnsp.org/?p=libsidplay2
101 101
102 102
103 Building a Mercurial-version 103 Building a Mercurial-version
104 ====================== 104 ============================
105 To build a version of XMMS-SID from Mercurial repository, 105 To build a version of XMMS-SID from Mercurial repository,
106 you need to have following tools installed: 106 you need to have following tools installed:
107 107
108 - GNU autoconf 2.60 or newer 108 - GNU autoconf 2.60 or newer
109 - GNU automake 1.9 (older versions MAY be incompatible!) 109 - GNU automake 1.9 or newer
110 - GNU libtool 1.5.20 or newer 110 - GNU libtool 1.5.22 or newer
111 - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4) 111 - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4)
112 112
113 Source repository can be fetched via Mercurial using: 113 Source repository can be fetched via Mercurial using:
114 114
115 $ hg clone http://hg.atheme.org/users/ccr/xmms-sid xmms-sid-hg 115 $ hg clone http://hg.atheme.org/users/ccr/xmms-sid xmms-sid-hg
116 116
117 If you have all required tools installed, you can then just 117 If you have all required tools installed, you can then just
118 118
119 $ cd xmms-sid-hg 119 $ cd xmms-sid-hg
120 $ hg update tip 120 $ hg update tip
121 $ sh bootstrap.sh 121 $ ./bootstrap.sh
122 122
123 Running bootstrap.sh should generate all necessary build-files, 123 Running bootstrap.sh should generate all necessary build-files,
124 assuming everything went well. After successfull bootstrapping, 124 assuming everything went well. After successfull bootstrapping,
125 you should be able to compile the package normally, following 125 you should be able to compile the package normally, following
126 steps described below. 126 steps described below.