Add one of the following to your repository list (/etc/apt/sources.list):
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ etch main
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ feisty main
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ gutsy main
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ hardy main
Add the following public key to your key ring:
gpg --keyserver subkeys.pgp.net --recv-key 49C5192819D03486
gpg --export -a 49C5192819D03486 | sudo apt-key add -
Then do the following to refresh the source list:
apt-get update
At this point, ingimp should now be in your list of packages to install. So you can install it using apt-get:
apt-get install ingimp
To run ingimp, simply type ingimp
ingimp is part of the official Debian archive so all you need to do is:
apt-get install ingimp
To get the source code on Debian or Ubuntu, add one of the following to your repository list:
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ etch main
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ feisty main
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ gutsy main
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ hardy main
Then use apt-get to download the source code:
apt-get source ingimp
See compiling for information on how to compile ingimp from source.
Note: You must have X11 installed for ingimp to function in Mac OS X. Otherwise, it will abruptly quit at start-up, without warning. See Apple's X11 page for more information about X11, if you are new to it.
Generally, you can follow GIMP's compiling instructions to compile and install ingimp. However, some libraries that are optional for GIMP are required for ingimp. The following are required:
When compiling, you'll need to add the following switch:
--disable-gimp-console
On Windows, you'll also need to add the following switches:
--disable-print