diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-11-23 01:46:11 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-11-23 01:46:11 +0000 |
commit | 12f7825907f9398ba09c90650afea0305d6dd629 (patch) | |
tree | 9b19f0866ce9cb9d8d13a6b4c698ddaddb79c109 /INSTALL | |
parent | d88375e9c3b37572f934e96de3bfc8ca11997cc3 (diff) | |
download | gdk-pixbuf-12f7825907f9398ba09c90650afea0305d6dd629.tar.gz |
INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented
Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* configure.in:
INSTALL:
NEWS:
README:
gtk+.spec:
docs/gtk-config.1: Version incremented to 1.1.5
* Released GTK+ 1.1.5
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.3.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.3 # change to the toplevel directory + % gzip -cd gtk+-1.1.5.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.5 # 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.4 + ./configure --with-glib=../glib-1.1.5 This, however, will not work if you built GLIB with different source and build directories. |