diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-09 13:45:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-09 13:45:36 +0000 |
commit | 1e99fddcde8eafd888544c8bba4e7ce4a7f68743 (patch) | |
tree | 67a918215799ab7690f61d5a30a80e013ef60301 /INSTALL | |
parent | 84593cfb4d9bbee4611be7fe118a9adb1c9afdce (diff) |
2.4.4GLIB_2_4_4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.4.2.tar.gz | tar xvf - # unpack the sources - % cd glib-2.4.2 # change to the toplevel directory + % gzip -cd glib-2.4.4.tar.gz | tar xvf - # unpack the sources + % cd glib-2.4.4 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB |