summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-01-08 07:50:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-08 07:50:46 +0000
commit65d7ef8ff45e9fede058e989c78ad8ba986014a0 (patch)
tree96cff545435ebaf74b640bf65be4a7c786a74861 /INSTALL
parent2237bea6c33c02f8cda2d4dfec5c8919b205f27c (diff)
downloadgtk+-65d7ef8ff45e9fede058e989c78ad8ba986014a0.tar.gz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 7034a1a698..6d27ca2327 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.6.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.6.0 # change to the toplevel directory
+ % gzip -cd gtk+-2.6.1.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.6.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]