diff options
author | PDT 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-08-05 17:05:38 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-08-05 17:05:38 +0000 |
commit | b76b5ead5e59ee550377bbe2ec7e795bb8e2b3e2 (patch) | |
tree | 72fe399d672f1089c5e7fbe126bdcbd84ddcef25 /INSTALL | |
parent | 041a14df580f901b3123d3ad7a82f3a8dced590a (diff) |
Released GLib 1.1.2GLIB_1_1_2
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
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-1.1.1.tar.gz | tar xvf - # unpack the sources - % cd glib-1.1.1 # change to the toplevel directory + % gzip -cd glib-1.1.2.tar.gz | tar xvf - # unpack the sources + % cd glib-1.1.2 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB [ Become root if necessary ] |