Compiling the GTK+ package
3
GTK Library
Compiling the GTK+ Package
How to compile GTK+ itself
Building the Library on UNIX
On UNIX, GTK+ uses the standard GNU build system,
using autoconf for package
configuration and resolving portability issues,
automake for building makefiles
that comply with the GNU Coding Standards, and
libtool for building shared
libraries on multiple platforms. The normal sequence for
compiling and installing the GTK+ library is thus:
./configure
make
make install
The standard options provided by GNU
autoconf may be passed to the
configure script. Please see the
autoconf documentation or run
./configure --help for information about
the standard options.