summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-03-07 18:30:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-03-07 18:30:23 +0000
commita639cb7cb8a8e7e538a178d9e8b92bf87d56b086 (patch)
tree472d07d19222ad8a32468cd5f5e15f8aa376fc68 /INSTALL
parentaa1f71e973c9d979fb0672d516ca56dd1b7973c0 (diff)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index b8a8d700c..57e90995a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.10.0.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.10.0 # change to the toplevel directory
+ % gzip -cd glib-2.10.1.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.10.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB