diff options
author | CST 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-02-25 21:39:14 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-02-25 21:39:14 +0000 |
commit | 996f8e931a23610e4d476db0515e09e02b9bc1c3 (patch) | |
tree | 7ddb17399fb9645e945bbe402f2ca5596c1a423d /INSTALL | |
parent | 2a4c97f3b3d211dbd4e8edda3208960c25b4644d (diff) | |
download | gtk+-996f8e931a23610e4d476db0515e09e02b9bc1c3.tar.gz |
Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0
Incremented version to 1.2.0. -Shawn <amundson@gtk.org>
Also:
Wed Feb 24 05:26:20 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkitemfactory.h: added a dummy gpointer to
GtkItemFactoryClass for Tim Janik.
Mon Feb 22 21:22:11 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcontainer.h gtk/gtkwidget.h: Added some
padding to class structures to allow addition
of signals without breaking binary compatibility.
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.16.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.16 # change to the toplevel directory + % 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 ] @@ -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.16 + ./configure --with-glib=../glib-1.2.0 This, however, will not work if you built GLIB with different source and build directories. |