The GIMP package contains the GNU Image Manipulation Program. This is useful for photo retouching, image composition and image authoring.
Download (HTTP): http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/gimp-2.2.8.tar.bz2
Download (FTP): ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-2.2.8.tar.bz2
Download MD5 sum: 0db3fca2f741d6dd51eb61dc85778b16
Download size: 14 MB
Estimated disk space required: 381 MB (includes installing the help system)
Estimated build time: 4.2 SBU (additional 0.9 SBU to run test suite)
Optional help files: ftp://ftp.gimp.org/pub/gimp/help/testing/gimp-help-2-0.8.tar.gz
Download MD5 sum: 2058eb88fe7a9d230bf3284546445c65
Download size: 19 MB
GTK+-2.6.7, libart_lgpl-2.3.17 and XML::Parser
Gimp-Print-4.2.7, libmng-1.0.9, librsvg-2.9.5, AAlib-1.4rc5, lcms-1.14, libexif-0.6.12, libgtkhtml-2.6.3 (used by the internal help system), libxslt-1.1.14, Python-2.4.1 (and PyGTK), GTK-Doc-1.3, MTA, ALSA-1.0.9 and libwmf
Install GIMP by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc --disable-print \ --without-libjpeg --without-libtiff && make
To test the results, issue: make check.
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/gimp-2.2.8 && install -v -m644 docs/{Wilber*,keybindings.txt,quick_reference.ps} \ /usr/share/doc/gimp-2.2.8
The gimp-help tarball contains a help system designed for use with the internal GIMP help browser, external web browsers and HTML renderers. If you downloaded the gimp-help tarball, change directories out of the GIMP source tree to the root of your build directory. Then, unpack the gimp-help tarball and change directories to the root of the newly created source tree (as an unprivileged user). Issue the following commands to install the help files:
./configure && make
Now, as the root user:
make install
--disable-print: This option will disable print support and is necessary if Gimp-Print is not installed. If you have Gimp-Print installed, remove this option.
--without-libjpeg: This option is necessary if libjpeg is not installed. Remove it if libjpeg is installed.
--without-libtiff: This option is necessary if libtiff is not installed. Remove it if libtiff is installed.
Last updated on 2005-08-01 13:29:19 -0600