diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-08 07:50:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-08 07:50:46 +0000 |
commit | 65d7ef8ff45e9fede058e989c78ad8ba986014a0 (patch) | |
tree | 96cff545435ebaf74b640bf65be4a7c786a74861 /INSTALL | |
parent | 2237bea6c33c02f8cda2d4dfec5c8919b205f27c (diff) | |
download | gtk+-65d7ef8ff45e9fede058e989c78ad8ba986014a0.tar.gz |
2.6.1GTK_2_6_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.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 ] |