summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-10-25 08:20:31 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-10-25 08:20:31 +0000
commitc3d01e7332370931888ba6a1574e3c9ef26d247c (patch)
tree5de74b0b7c5de1e9ee1e62703933f1bf84210dbb /INSTALL
parente86746f168529218742af51365155a5034c8f9c8 (diff)
downloadglib-c3d01e7332370931888ba6a1574e3c9ef26d247c.tar.gz
Released GLib 1.1.4upstream/GLIB_1_1_4
Sun Oct 25 01:24:01 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.4 * docs/Makefile.am: * docs/.cvsignore * docs/glib-config.1: * docs/glib.texi: Moved docs from gtk and created glib-config.1 from gtk-config.1 in gtk * configure.in: * Makefile.am: * sanity_check: added in docs directory, change rule 'release' to 'snapshot' and created a new 'release' rule for doing the distribution. Added in a 'sanity' rule. * NEWS: * README: * INSTALL: Updated for the release
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d9f95ac58..41ecedd3c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.3.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.3 # change to the toplevel directory
+ % gzip -cd glib-1.1.4.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]