From 02dba79cf2ce1a2154de0f3c9977277e92c2e7d3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Sep 2012 18:53:03 -0400 Subject: Update installation instructions for 3.6 --- INSTALL.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL.in') 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 =========== -- cgit v1.2.1