summaryrefslogtreecommitdiff
path: root/INSTALL.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-24 18:53:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-24 18:53:03 -0400
commit02dba79cf2ce1a2154de0f3c9977277e92c2e7d3 (patch)
tree2ae0b14805808b7299abdde5efbebf02928b7ce6 /INSTALL.in
parent1ab0ce6401e5040436b865c1aa5552cdfc17fad1 (diff)
downloadgtk+-02dba79cf2ce1a2154de0f3c9977277e92c2e7d3.tar.gz
Update installation instructions for 3.63.6.0
Diffstat (limited to 'INSTALL.in')
-rw-r--r--INSTALL.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.in b/INSTALL.in
index c18b995838..c0b84f279c 100644
--- a/INSTALL.in
+++ b/INSTALL.in
@@ -18,12 +18,12 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-@GTK_VERSION@.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-@GTK_VERSION@ # change to the toplevel directory
- % ./configure # run the `configure' script
- % make # build GTK+
+ % tar xf gtk+-@GTK_VERSION@.tar.xz # unpack the sources
+ % cd gtk+-@GTK_VERSION@ # 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 Details
===========