diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-01 19:24:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-01 19:24:05 +0000 |
commit | 2bd25d8f45cc748655417daf277c659476cd1aea (patch) | |
tree | ab2446c0cd71415e68cd7eb3a78c9abaa60fa24f /INSTALL | |
parent | e1e07ce4f14094316fb766053eac13dd4f205fe2 (diff) | |
download | gtk+-2bd25d8f45cc748655417daf277c659476cd1aea.tar.gz |
2.7.1GTK_2_7_1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-2.7.0.tar.gz | tar xvf - # unpack the sources - % cd gtk+-2.7.0 # change to the toplevel directory + % gzip -cd gtk+-2.7.1.tar.gz | tar xvf - # unpack the sources + % cd gtk+-2.7.1 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] |