Released GLib 1.1.13

Sun Jan 17 17:13:54 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.13

        * README:
          INSTALL:
          docs/glib-config: ver=1.1.13
This commit is contained in:
CST 1999 Shawn T. Amundson
1999-01-17 23:38:55 +00:00
committed by Shawn Amundson
parent 616c485dc7
commit a478fc7a3f
11 changed files with 68 additions and 4 deletions

View File

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