diff options
author | CST 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-01-28 08:24:17 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-01-28 08:24:17 +0000 |
commit | b36903b1b68575985704ddc6bd237593005e4cca (patch) | |
tree | e505cc7d8b8bd0143f2afb76f39b71b08f72e801 /INSTALL | |
parent | f9807a643ca632385bb228981f40292994c9ca09 (diff) | |
download | gdk-pixbuf-b36903b1b68575985704ddc6bd237593005e4cca.tar.gz |
version=1.1.14GTK_1_1_14
Thu Jan 28 01:57:06 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
gtk+.spec
docs/gtk-config.1: version=1.1.14
* Released GTK+ 1.1.14
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.13.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.13 # change to the toplevel directory + % gzip -cd gtk+-1.1.14.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.14 # 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.13 + ./configure --with-glib=../glib-1.1.14 This, however, will not work if you built GLIB with different source and build directories. |