This HOWTO shows how you can install GIMP 2.7 development snapshot from sources on Ubuntu 9.04 (Jaunty Jackalope).
Note: GIMP 2.7 is an unstable development version. If you need to get work done, please use GIMP 2.6. Please remove your current version before installing the new version.
- Install all of the dependencies:
$ sudo apt-get build-dep gimp - Install babl 0.1.0:
$ mkdir src
$ cd src
$ wget ftp://ftp.gtk.org/pub/babl/0.1/babl-0.1.0.tar.bz2
$ tar jxvf babl-0.1.0.tar.bz2
$ cd babl-0.1.0
$ ./configure --prefix=/usr
$ make
$ sudo make install
- Install GEGL 0.1.0:
$ cd ../
$ wget ftp://ftp.gimp.org/pub/gegl/0.1/gegl-0.1.0.tar.bz2
$ tar jxvf gegl-0.1.0.tar.bz2
$ cd gegl-0.1.0
$ ./configure --prefix=/usr
$ make
$ sudo make install
- Install GIMP 2.7:
$ cd ../
$ wget ftp://ftp.gimp.org/pub/gimp/v2.7/gimp-2.7.0.tar.bz2
$ tar jxvf gimp-2.7.0.tar.bz2
$ cd gimp-2.7.0
$ ./configure --prefix=/usr
$ make
$ sudo make install
- Run GIMP 2.7 with this command:
$ gimp-2.7
4 responses so far ↓
1 shakaran // Aug 20, 2009 at 11:24 am
We need official .deb for jaunty and karmic on each release.
2 Instalar PPA de GIMP 2.7 versión de desarrollo | Shakaran // Aug 20, 2009 at 12:13 pm
[…] tienes versionitis (o ganas de testear novedades) puedes compilar tu mismo el paquete o bien añadir el siguiente PPA de matthaeus (no oficial) donde amablemente nos ha creado los .debs […]
3 shakaran // Aug 20, 2009 at 2:56 pm
I found a ppa:
http://www.google.com/translate?hl=en&ie=UTF8&langpair=es|en&u=http%3A%2F%2Fshakaran.es%2Fblog%2F2009%2F08%2Finstalar-ppa-de-gimp-2-7-version-de-desarrollo%2F
4 Instalar Gimp 2.7 version en desarrollo (facil y no tanto) « Seamos realistas… pidamos lo imposible // Aug 23, 2009 at 5:05 pm
[…] Visto en | Shakaran | Lazy Ubuntu […]
Leave a Comment