diff options
author | CST 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-02-16 21:25:25 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-02-16 21:25:25 +0000 |
commit | f15ea7024bc3ab8909e62783a6ee04ec7ffaadf0 (patch) | |
tree | 28dba69683be100918ccf18d5e9bbe900b85d20a /INSTALL | |
parent | 89b9ff8b2b1c20f7bccae4d58bfc5924886f5673 (diff) | |
download | gtk+-f15ea7024bc3ab8909e62783a6ee04ec7ffaadf0.tar.gz |
version = 1.1.16GTK_1_1_16
Tue Feb 16 14:25:44 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
README
configure.in
gtk+.spec
docs/gtk-config.1: version = 1.1.16
* Makefile.am: removed colorsel example since it
doesn't actually exist.
* Released GTK+ 1.1.16
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.15.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.15 # change to the toplevel directory + % gzip -cd gtk+-1.1.16.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.16 # 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.15 + ./configure --with-glib=../glib-1.1.16 This, however, will not work if you built GLIB with different source and build directories. |