summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-02-16 21:20:13 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-02-16 21:20:13 +0000
commit95a5574cf48e8360927915c8562cd3ef3a6b83e4 (patch)
tree1705e16ace095ec0978856af27b5a219df90056a /INSTALL
parent8168836cd2bad582d63d7d693634b08c03204a4b (diff)
downloadglib-95a5574cf48e8360927915c8562cd3ef3a6b83e4.tar.gz
version=1.1.16upstream/GLIB_1_1_16
Tue Feb 16 14:08:59 CST 1999 Shawn T. Amundson <amundson@gtk.org> * NEWS README INSTALL config.h.win32 configure.in glib.spec glibconfig.h.win32 docs/glib-config.1: version=1.1.16 * Released GLib 1.1.16
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ccffda599..d4e86afbf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.15.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.15 # change to the toplevel directory
+ % gzip -cd glib-1.1.16.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.16 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]