]> Pileus Git - ~andy/gtk/commitdiff
Update installation instructions for 3.6
authorMatthias Clasen <mclasen@redhat.com>
Mon, 24 Sep 2012 22:53:03 +0000 (18:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 24 Sep 2012 22:53:03 +0000 (18:53 -0400)
INSTALL.in

index c18b9958384e2bd85dd6563ef03b249a4ae2c1ac..c0b84f279c839786ceb3584a2bec552b3406b359 100644 (file)
@@ -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
 ===========