diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-14 16:38:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-14 16:38:04 +0000 |
commit | c879883dc650f7fbec9ccdfc5c047bce1bb08b6f (patch) | |
tree | 883259278c6470ba384ec68ad68cd61a24cbd901 /INSTALL | |
parent | 5dd656fa8d7da168ef2c11e0238f77a8e406db17 (diff) | |
download | gdk-pixbuf-c879883dc650f7fbec9ccdfc5c047bce1bb08b6f.tar.gz |
Fix srcdir != builddir
Mon Nov 13 14:43:48 2000 Owen Taylor <otaylor@redhat.com>
* demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
* gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
* gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
srcdir != builddir
* modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
* configure.in (GTK_VERSION): Up to 1.3.2
* modules/input/Makefile.am (im_xim_la_SOURCES): Add
gtkimcontextxim.h
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
missing doc comment.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,8 +28,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-1.3.1.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.3.1 # change to the toplevel directory + % gzip -cd gtk+-1.3.2.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.3.2 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] @@ -139,7 +139,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.3.1 + ./configure --with-glib=../glib-1.3.2 This, however, will not work if you built GLIB with different source and build directories. |