summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@gtk.org>1998-06-10 23:44:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-06-10 23:44:55 +0000
commit7086e475e3fc26279f004a6cff69cd4dfbd079b4 (patch)
tree0ac4f76502e335e7c96a7d6fea98c6e6a792d72a /INSTALL
parent6b61461a404b910f9024299fd97fc9cb2423d781 (diff)
downloadgtk+-7086e475e3fc26279f004a6cff69cd4dfbd079b4.tar.gz
glib/* Moved to glib module
Wed Jun 10 19:36:35 1998 Owen Taylor <otaylor@gtk.org> * glib/* Moved to glib module * INSTALL Makefile.am acconfig.h autogen.sh configure.in gtk-config.in gtk.m4 gdk/Makefile.am gtk/Makefile.am configuration changes for the above: - Use AM_PATH_GLIB by default to find glib; also accept a --with-glib option for using an uninstalled glib. - Put --enable-debug information into config.h so that we rebuild when it changes. (was in glibconfig.h)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 418b268e2b..cd9fa30ba0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,9 @@
+Prerequisites
+=============
+
+GTK+ requires the GLIB library, available at the same location as
+you got this package.
+
Simple install procedure
========================
@@ -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.1.0
+
+This, however, will not work if you built GLIB with different
+source and build directories.
+
+
Installation directories
========================