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