version=1.1.15
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL NEWS README configure.in gtk+.spec docs/gtk-config.1: version=1.1.15 * Makefile.am: example files where incorrect for menu directory. * Released GTK+ 1.1.15
This commit is contained in:
committed by
Shawn Amundson
parent
7f4ba91800
commit
7db6313ab5
6
INSTALL
6
INSTALL
@ -7,8 +7,8 @@ you got this package.
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd gtk+-1.1.14.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.1.14 # change to the toplevel directory
|
||||
% gzip -cd gtk+-1.1.15.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.1.15 # 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.14
|
||||
./configure --with-glib=../glib-1.1.15
|
||||
|
||||
This, however, will not work if you built GLIB with different
|
||||
source and build directories.
|
||||
|
||||
Reference in New Issue
Block a user