diff options
author | Tim Janik <timj@gtk.org> | 1998-05-07 04:04:15 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-07 04:04:15 +0000 |
commit | 39ff37dc74f4e3a5f0eedbcab5a2c7c232d761e9 (patch) | |
tree | 311f7a366a88b39e2576150bb54e818f30468eb2 /INSTALL | |
parent | 91d3176504f1a52f7211fcb20b9b33bd12472d09 (diff) | |
download | gtk+-39ff37dc74f4e3a5f0eedbcab5a2c7c232d761e9.tar.gz |
postfix -lg* libraries with LT_RELEASE.
Thu May 7 05:14:19 1998 Tim Janik <timj@gtk.org>
* gtk-config.in (--libs): postfix -lg* libraries with LT_RELEASE.
* ltmain.sh: added a new commandline flag -postfix similar to -release,
but will immediately change the library name.
* gdk/Makefile.am:
* gtk/Makefile.am: specify -postfix and -version-info
* configure.in: version bump to 1.1.0. added GTK_INTERFACE_AGE and
GTK_BINARY_AGE. calculate LT_* variables for libtool.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd gtk+-1.0.0.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.0.0 # change to the toplevel directory + % gzip -cd gtk+-1.1.0.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] |