summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-06 03:59:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-06 03:59:22 +0000
commit81538dec03247803ef0360de21ea85dd6df158d5 (patch)
treeba723359aa3eafc0ff67dad00b6bcda4157cd9e9 /INSTALL
parent81e287cc836cfb99de3af1d267330a817049059f (diff)
downloadgdk-pixbuf-81538dec03247803ef0360de21ea85dd6df158d5.tar.gz
GTK+-2.0.0 rc1GTK_2_0_0_RC1
Tue Mar 5 22:16:58 2002 Owen Taylor <otaylor@redhat.com> * GTK+-2.0.0 rc1 * docs/tutorial,faq/Makefile.am: Deal with the html directory already being there. * docs/faq/Makefile.am (EXTRA_DIST): Add gtk-faq.sgml to EXTRA_DIST.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 24daf06c1..6ce811d5c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.15.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.15 # change to the toplevel directory
+ % gzip -cd gtk+-2.0.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-2.0.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]