version=1.1.14

Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * INSTALL
          NEWS
          README
          configure.in
          glib.spec
          docs/glib-config.1: version=1.1.14

        * Released GLib 1.1.14
This commit is contained in:
CST 1999 Shawn T. Amundson
1999-01-28 08:13:30 +00:00
committed by Shawn Amundson
parent c65e5aab74
commit 0fc0cf6635
14 changed files with 102 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-1.1.13.tar.gz | tar xvf - # unpack the sources
% cd glib-1.1.13 # change to the toplevel directory
% gzip -cd glib-1.1.14.tar.gz | tar xvf - # unpack the sources
% cd glib-1.1.14 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]