summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-12-16 18:21:44 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-16 18:21:44 +0000
commit203e5edc6f2ae89abbbd2cb627d3f9310566b2c1 (patch)
tree1394c686b5f17051926a6a49978847a989c41ff5 /INSTALL
parentfc027b1e48b4a7f22dcf47a0457dabb9e144a309 (diff)
downloadgtk+-203e5edc6f2ae89abbbd2cb627d3f9310566b2c1.tar.gz
2.6.0
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 761f51d057..7034a1a698 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.5.6.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.5.6 # change to the toplevel directory
+ % gzip -cd gtk+-2.6.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.6.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]