diff options
author | Tim Janik <timj@gtk.org> | 2001-04-04 03:01:35 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-04-04 03:01:35 +0000 |
commit | 2423d86b3d0ccb2863e498c7aabf2cf7535edc52 (patch) | |
tree | c031d07fa45cf389e41342041e83f892a38a9957 /INSTALL | |
parent | 2fe6c1d47c07bc81230a5e52c7fe0bd0f1d4c074 (diff) | |
download | gdk-pixbuf-2423d86b3d0ccb2863e498c7aabf2cf7535edc52.tar.gz |
stay in builddir and read/write files to/from source dir. (if we don't
Wed Apr 4 04:13:18 2001 Tim Janik <timj@gtk.org>
* gtk/stock-icons/Makefile.am: stay in builddir and read/write
files to/from source dir. (if we don't stay in builddir, we
can't reach make-inline-pixbuf.
* gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
deps.
* configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
ages 0).
Wed Apr 4 01:26:04 2001 Tim Janik <timj@gtk.org>
* gdk-pixbuf/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
dist-hook because $(HTML_IMAGES) is empty.
* gtk/Makefile.am: same here.
* gdk/Makefile.am: same here. touched gdk.types since make rules
require it ;(
Wed Apr 4 01:41:02 2001 Tim Janik <timj@gtk.org>
* pixops/Makefile.am (noinst_LTLIBRARIES): include $top_srcdir
so we don't try to get <gtk/gtkobject.h> from standard search
paths.
* Makefile.am (gdk-pixbuf-marshal.c): use deps from srcdir.
add gdk-pixbuf-marshal.list to EXTRA_DIST.
take gdk-pixbuf-marshal.h out of _la sources.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -9,12 +9,16 @@ GTK+ requires the following packages: http://www.pango.org/download.shtml + Pango also requires the FriBidi library, available from: + + http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/ + - The TIFF, PNG, and JPEG image loading libraries. You most likely have these installed on your system already. If not these libraries are available from: http://www.libtiff.org/ - http://www.libpng.org/ + ftp://swrinde.nde.swri.edu/pub/png/src/ ftp://ftp.uu.net/graphics/jpeg/ If these libraries are not available, the corresponding @@ -24,8 +28,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-1.3.2.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.3.2 # change to the toplevel directory + % gzip -cd gtk+-1.3.3.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.3.3 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] @@ -135,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.2 + ./configure --with-glib=../glib-1.3.3 This, however, will not work if you built GLIB with different source and build directories. |