summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 19bcc14c94..066b8b9c9f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
Simple install procedure
========================
- % gzip -cd gtk-1.0.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk-1.0.0 # change to the toplevel directory
- % ./configure # run the `configure' script
- % make # build GTK
+ % gzip -cd gtk+-1.0.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.0.0 # change to the toplevel directory
+ % ./configure # run the `configure' script
+ % make # build GTK
[ Become root if necessary ]
- % make install # install GTK
+ % make install # install GTK
The Nitty-Gritty
================