Released GLib 1.1.9

Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.9

        * INSTALL:
          NEWS:
          README:
          configure.in:
          glib.spec:
          docs/glib-config.1: version=1.1.9
This commit is contained in:
CST 1998 Shawn T. Amundson
1998-12-17 05:16:29 +00:00
committed by Shawn Amundson
parent 77ccad4d2f
commit d9fca59e2a
14 changed files with 100 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-1.1.8.tar.gz | tar xvf - # unpack the sources
% cd glib-1.1.8 # change to the toplevel directory
% 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
[ Become root if necessary ]