GTK+ FAQ | ||
---|---|---|
<<< Previous | How to find, configure, install, and troubleshoot GTK+ | Next >>> |
Generally, the minimum you need to do is issue the commands:
./configure
make
make install
in the GTK+ source directory.
This generally also holds true for each of the packages that GTK+ depends upon, listed above.
There are various options that you can pass to the configure script in order to change its default settings. The one that you are most likely to want to use is the --prefix argument, which defines where the package is to be install, e.g.
./configure --prefix=/usr
<<< Previous | Home | Next >>> |
Where can I get GTK+? [GTK 2.x] | Up | When compiling GTK+ I get an error like: make: file `Makefile' line 456: Syntax error [GTK 2.x] |