summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-01-07 16:58:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-07 16:58:16 +0000
commit3d1e4844bbd4b0d68d92db112440dd8df1f6db4c (patch)
tree0f43710b550afce7d07c09aa81c9f7cdbc0ab841 /INSTALL
parent117ae23f5d09ed22a7c0202e9760260b46d9afd5 (diff)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c7bacd265..7d1d69ca8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.6.0.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.6.0 # change to the toplevel directory
+ % gzip -cd glib-2.6.1.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.6.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB