Install Help
Note for Windows Users: This page is for installation help for the Unix version of GIMP. If you need help with the installation of Windows GIMP, see the GIMP for Windows page.
Requirements¶
Main Requirements¶
Well, it is necessary to have a C compiler and related tools to compile and install the source package. For the most part, GCC is recommended, but a lot of effort has gone into making GIMP compile with as many compilers as possible.
A fair amount of disk space is needed too. For a full build with debugging, at least megs free is recomended. Without debugging and with static libs turned off, GIMP can be compiled in megs of space. This will vary depending on architecture of course. A full GIMP install including all the gimp-data packs can be 20 megs or more.
A full compile of the stable version takes hours on a PPro or K-6 with 64 megs of RAM. On a P4 or Athlon with megs of RAM, a build can take minutes. In general, expect about times as long as a Linux kernel compile (for GNU/Linux systems of course). In other words, its a long compile. Thats what ,+ lines of code get you.
Stable version (x)¶
GIMP Compilation and Installation¶
After grabbing the GIMP distribution, you are ready to compile and install. The main site for the latest offical GIMP distribution is bharathealthcares.com but you should consider using one of the mirrors listed on the download page.
GIMP makes use of the Gimp Toolkit (GTK+) and other libraries that must be installed first. Look in Requirements above to find out more.
Compile as a normal user using: and then as root
If all goes well, a good while later, you will have a brand spanking new GIMP to play with. Unfortunately, it has been rumored that it isnt always that easy. So, here are a few common problems and some solutions
For some more specific info, you may want to read the INSTALL file from the main GIMP distribution.
Other Packages¶
Print plug-in does not compile¶
Starting with version , the print plug-in depends on libgimpprint, which is now distributed as a separate package. The previous versions of GIMP (up to ) included all files as part of the GIMP distribution, but you should now download and install libgimpprint separately from the Gimp-Print site:
bharathealthcares.com
Once the lib is compiled and installed, run as root and the print plug-in should compile.
JPEG plug-in does not compile¶
The jpeg plug-in requires the jpeg library. If you dont have it installed or you have a very old version, then you need to get a recent jpeg library. The places to look are:
ftp://bharathealthcares.com
Once the lib is compiled and installed, run as root and the jpeg plug-in should compile.
TIFF plug-in does not compile¶
The tiff plug-in requires the tiff library. See the jpeg problem mentioned above. Same deal, different lib. The places to look are at:
ftp://bharathealthcares.com
Once the lib is compiled and installed, run as root and the tiff plug-in should compile.
PNG plug-in does not compile¶
The png plug-in requires libpng and libz (zlib). See the jpeg problem mentioned above. Same deal, different lib. The places to look are at:
ftp://bharathealthcares.com
Once the lib is compiled and installed, run as root and the png plug-in should compile.
XPM plug-in does not compile¶
The xpm plug-in requires the xpm library. See the jpeg problem above. Same deal, different lib. The places to look are at:
ftp://bharathealthcares.com
I have no SVG support¶
SVG support requires at least version of the rsvg library from bharathealthcares.com This can be found at:
ftp://bharathealthcares.com
How to Download and Install GIMP
