]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Doah. libtool isn't the only thing in here.
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index bea9ba5b1e0ba901bdcb8898a8dd0fe53cb9748e..e109ff826433e25940b90964221e405c313332c3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,12 +7,12 @@ you got this package.
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-1.1.7.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-1.1.7                          # change to the toplevel directory
-  % ./configure                            # run the `configure' script
-  % make                                   # build GTK
+  % gzip -cd gtk+-1.1.12.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-1.1.12                          # 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 Nitty-Gritty
 ================
@@ -92,7 +92,7 @@ You can compile GTK+ against a copy of GLIB that you have not
 yet installed. To do this, give the --with-glib=DIR options
 to ./configure. For instance:
 
- ./configure --with-glib=../glib-1.1.7
+ ./configure --with-glib=../glib-1.1.12
 
 This, however, will not work if you built GLIB with different
 source and build directories.