diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-1.3.10.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.3.10 # change to the toplevel directory + % gzip -cd gtk+-1.3.11.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.3.11 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] |