diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-06 03:59:22 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-06 03:59:22 +0000 |
commit | 81538dec03247803ef0360de21ea85dd6df158d5 (patch) | |
tree | ba723359aa3eafc0ff67dad00b6bcda4157cd9e9 /INSTALL | |
parent | 81e287cc836cfb99de3af1d267330a817049059f (diff) | |
download | gdk-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-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ] |