diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-01 05:55:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-01 05:55:01 +0000 |
commit | fc3d7dec8f7c37eb1b28ca4962926da3f36a6a1c (patch) | |
tree | c6c3377b6a32d90cd92f9f019e936bd6be41c5d8 /INSTALL | |
parent | 1541442d86ea48fe036ce21ef29e94214f6ea2da (diff) | |
download | gdk-pixbuf-fc3d7dec8f7c37eb1b28ca4962926da3f36a6a1c.tar.gz |
2.5.1GTK_2_5_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.5.0.tar.gz | tar xvf - # unpack the sources - % cd gtk+-2.5.0 # change to the toplevel directory + % gzip -cd gtk+-2.5.1.tar.gz | tar xvf - # unpack the sources + % cd gtk+-2.5.1 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] |