diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-12-24 15:21:13 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-12-24 15:21:13 +0000 |
commit | 9775547b4a062f9b73a3498a0667e12b99313a44 (patch) | |
tree | cbf722f914e56f730da5039503cdb35c11f38cb5 /INSTALL | |
parent | d01381e1cbab33cfc0a0ec0ce2b68ac2fd2b3d53 (diff) | |
download | gtk+-9775547b4a062f9b73a3498a0667e12b99313a44.tar.gz |
Released GTK+ 1.1.10GTK_1_1_10
Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.10
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
docs/gtk-config.1:
gtk/gtkfeatures.h.in: version=1.1.10
* no.po: added translation by Kjartan Maraas <kmaraas@fib.hl.no>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,12 +7,12 @@ you got this package. Simple install procedure ======================== - % gzip -cd gtk+-1.1.9.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.9 # change to the toplevel directory - % ./configure # run the `configure' script - % make # build GTK + % gzip -cd gtk+-1.1.10.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.10 # change to the toplevel directory + % ./configure # run the `configure' script + % make # build GTK [ Become root if necessary ] - % make install # install GTK + % make install # install GTK The Nitty-Gritty ================ @@ -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.9 + ./configure --with-glib=../glib-1.1.10 This, however, will not work if you built GLIB with different source and build directories. |