Increment some version numbers, add warning to configure.

Increment some version numbers, add warning to configure.

-Shawn
amundson@gtk.org
This commit is contained in:
Shawn Amundson
1999-04-09 02:16:39 +00:00
parent 76a78f059a
commit bbc2cc4e0e
13 changed files with 88 additions and 5 deletions

View File

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