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