diff options
author | Tim Janik <timj@gtk.org> | 1998-08-17 00:40:55 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-17 00:40:55 +0000 |
commit | 7b9b0ab0fa4ee937c4eccecde09f73883ae86d9a (patch) | |
tree | 20cd37fb69880a595fc9228fcbf0cb4cb4ed2848 /INSTALL | |
parent | 31de6ff4e08c6bac186706f434089b30bc8c2770 (diff) | |
download | gdk-pixbuf-7b9b0ab0fa4ee937c4eccecde09f73883ae86d9a.tar.gz |
version bump to 1.1.1, binary age 0, interface age 0. pass "gmodule" to
Mon Aug 17 01:40:00 1998 Tim Janik <timj@gtk.org>
* configure.in: version bump to 1.1.1, binary age 0, interface age 0.
pass "gmodule" to AM_PATH_GLIB, with that we require libgmodule.so now.
* gtk/gtkmain.c (gtk_init): since glib's g_return*_if_fail macros log
with G_LOG_LEVEL_CRITICAL now, i added "--g-fatal-checks",
"--gdk-fatal-checks" and "--gtk-fatal-checks". that makes up six
different *-fatal-* arguments now. this needs to be revised and
compressed to a reasonable amount of arguments.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ you got this package. Simple install procedure ======================== - % gzip -cd gtk+-1.1.1.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.1 # change to the toplevel directory + % gzip -cd gtk+-1.1.2.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.2 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] @@ -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.1 + ./configure --with-glib=../glib-1.1.3 This, however, will not work if you built GLIB with different source and build directories. |