]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Added a Finnish translation of gtk+.
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 19bcc14c94060d5d50d4b70f0900b01349044c90..7a5b5471b4d5eecb20de05697f1ad91b555598d0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,18 @@
+Prerequisites
+=============
+
+GTK+ requires the GLIB library, available at the same location as
+you got this package.
+
 Simple install procedure
 ========================
 
-  % gzip -cd gtk-1.0.0.tar.gz | tar xvf - # unpack the sources
-  % cd gtk-1.0.0                          # change to the toplevel directory
-  % ./configure                           # run the `configure' script
-  % make                                  # build GTK
+  % gzip -cd gtk+-1.2.0.tar.gz | tar xvf -  # unpack the sources
+  % cd gtk+-1.2.0                           # 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
 ================
@@ -79,6 +85,19 @@ or,
  setenv CFLAGS -O2 ; ./configure  # csh and variants
 
 
+Using an uninstalled copy of GLIB
+=================================
+
+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.2.0
+
+This, however, will not work if you built GLIB with different
+source and build directories.
+
+
 Installation directories
 ========================