GimpFromSource

Building the GIMP from source code

Note that the definitive guide to building the GIMP from a source tarball is the INSTALL file included with the sources. Most of the information here is merely a replication of information which is already available in that file.

If you are looking for help building the GIMP using MinGW on Win32, you should look at WindowsInstall and HowToCompileGimp/MicrosoftWindows.

Platforms supported

The same Gimp source base is known to compile on a variety of systems. This list is not neccesarily complete, please add references to other enviroments where gimp is available.

Getting the tarball

You can also build GimpFromCvs. That page isn't written let. In any case, there are only about 10 extra things you have to do :)

But normally, we'll assume that you have a .tar.gz of a recent GIMP distribution.

[WWW] gimp tarballs

Once you get the tarball, you can uncompress it using the command

or

or

on systems without gtar.

The equivalent commands with bzip2, if you choose that archive, are

or

or

Making sure you have the prerequisites

The list of prerequisites, and the locations where you can get them if you don't already have them installed, is in the table below.

Please add more

Running configure

As a normal user, run ./configure in the directory you untarred the sources.

Some arguments you might find useful:

Compiling

Usually, make is enough to get it built. Go away, make a cup of coffee, come back and see if anything's gone wrong early, report it here if it has. If not, go do your shopping, this takes a while.

Installing

As root (if you're installing systemwide), run make install

Common build issues

These errors are from memory. They should get replaced by real configure/compiler output.

If you get a configure failure here, you should add it so that we can add the fixes.

Common post-install issues

Please fill out these common issues and add more

last edited 2004-11-23 15:27:28 by RomanJoost