diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-12-24 14:55:56 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-12-24 14:55:56 +0000 |
commit | b13a3368b38ca7187f3f445fd2d3be28bf170772 (patch) | |
tree | bb084470e83e8af79e013a97de0edf33f301c297 /INSTALL | |
parent | 4277349743343e0e2b608e8aa11e5bdb9f5acf1f (diff) |
Released GLib 1.1.10GLIB_1_1_10
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.10
* INSTALL:
NEWS:
README:
configure.in:
docs/glib-config.1: version=1.1.10
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ Simple install procedure ======================== - % gzip -cd glib-1.1.9.tar.gz | tar xvf - # unpack the sources - % cd glib-1.1.9 # change to the toplevel directory - % ./configure # run the `configure' script - % make # build GLIB + % gzip -cd glib-1.1.10.tar.gz | tar xvf - # unpack the sources + % cd glib-1.1.10 # change to the toplevel directory + % ./configure # run the `configure' script + % make # build GLIB [ Become root if necessary ] - % make install # install GLIB + % make install # install GLIB The Nitty-Gritty ================ |