summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-09-30 04:13:48 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-09-30 04:13:48 +0000
commite490b95360821edbd334a0b4eda96349d8055a47 (patch)
tree1b5931e0e9d0e5f2e0fe0274932fcbf1ce945c23 /INSTALL
parentadef2ac1336e15a48132677792e1d3d9ce9a79ad (diff)
downloadgtk+-e490b95360821edbd334a0b4eda96349d8055a47.tar.gz
===== Released 2.1.0 ======GTK_2_1_0
Sun Sep 29 23:52:28 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 2.1.0 ====== * NEWS: Updated
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 0b552301b6..d81612e251 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-2.0.2.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-2.0.2 # change to the toplevel directory
+ % gzip -cd gtk+-2.1.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.1.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]