summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-08-04 14:26:27 +0000
committerTim Janik <timj@src.gnome.org>1998-08-04 14:26:27 +0000
commit16b83a9a50fcfa57a3c86f7e02cf7aa15567145d (patch)
tree909f2809729062395464304c4f49138a2d871a67 /INSTALL
parent8b853a62c5c9d6b58e0b81b082555c172f867345 (diff)
downloadglib-16b83a9a50fcfa57a3c86f7e02cf7aa15567145d.tar.gz
glib-16b83a9a50fcfa57a3c86f7e02cf7aa15567145d.tar.bz2
glib-16b83a9a50fcfa57a3c86f7e02cf7aa15567145d.zip
version bump to 1.1.1, binary age 1, interface age 0. updates. updates.
Tue Aug 4 15:17:54 1998 Tim Janik <timj@gtk.org> * configure.in: version bump to 1.1.1, binary age 1, interface age 0. * NEWS: updates. * README: updates. * INSTALL: updates and fixes. * COPYING: include the GNU LGPL, rather than shipping an empty file. * AUTHORS: listed original authors here, and added people who made significant improvements to glib. * glib.h: * gutils.c: implement g_get_current_dir() which returns a newly allocated string, instead of a g_getcwd() variant that operates on a static buffer. export glib_interface_age and glib_binary_age. as a convenience, macro definitions have been added for g_node_insert_data, g_node_insert_data_before, g_node_append_data and g_node_prepend_data. * testglib.c: minor cleanups, print current dir.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 22a593294..7881c1a78 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.0.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.0 # change to the toplevel directory
+ % gzip -cd glib-1.1.1.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.1 # change to the toplevel directory
% ./configure # run the `configure' script
- % make # build GTK
+ % make # build GLIB
[ Become root if necessary ]
- % make install # install GTK
+ % make install # install GLIB
The Nitty-Gritty
================