Bucic
November 2nd, 2011, 11:36 PM
http://registry.gimp.org/node/33
I was trying to follow the following instructions
1. Unzip the .tar.gz in ~/.gimp-2.6/plug-ins/
2. $ sudo apt-get install libgimp2.0-dev (if not installed packs for compile)
3. $ cd ~/.gimp-2.7/plug-ins/gimp-save-for-web-0.29.3/
4. $ ./configure make
5. $ sudo make install
6. Restart Gimp
7. A new option is created at File>Save for web
-- Sergio Laprea sergio [at] klosma.net
The first time I got Intltool not found so I've installed it like this http://www.linuxfromscratch.org/blfs/view/cvs/general/intltool.html
The second time I tried to issue the ./configure make command I got
.
.
.
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... ca es fr ja it ko pt_BR ru sk sv
checking for bind_textdomain_codeset... (cached) yes
checking if GTK+ is version 2.7.0 or newer... yes
checking if GIMP is version 2.3.0 or newer... yes
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash ./config.sub make failed
EDIT:
The proper procedure is:
1. Unzip the .tar.gz in ~/.gimp-2.6/plug-ins/
2. $ sudo apt-get install libgimp2.0-dev (if not installed packs for compile)
3. $ cd ~/.gimp-2.7/plug-ins/gimp-save-for-web-0.29.3/
4. $ ./configure
5 $ make
6. $ sudo make install
7. Restart Gimp
8. A new option is created at File>Save for web
-- Sergio Laprea sergio [at] klosma.net
If you get an error Intltool not found or similar, install it as per http://www.linuxfromscratch.org/blfs/view/cvs/general/intltool.html
I was trying to follow the following instructions
1. Unzip the .tar.gz in ~/.gimp-2.6/plug-ins/
2. $ sudo apt-get install libgimp2.0-dev (if not installed packs for compile)
3. $ cd ~/.gimp-2.7/plug-ins/gimp-save-for-web-0.29.3/
4. $ ./configure make
5. $ sudo make install
6. Restart Gimp
7. A new option is created at File>Save for web
-- Sergio Laprea sergio [at] klosma.net
The first time I got Intltool not found so I've installed it like this http://www.linuxfromscratch.org/blfs/view/cvs/general/intltool.html
The second time I tried to issue the ./configure make command I got
.
.
.
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... ca es fr ja it ko pt_BR ru sk sv
checking for bind_textdomain_codeset... (cached) yes
checking if GTK+ is version 2.7.0 or newer... yes
checking if GIMP is version 2.3.0 or newer... yes
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash ./config.sub make failed
EDIT:
The proper procedure is:
1. Unzip the .tar.gz in ~/.gimp-2.6/plug-ins/
2. $ sudo apt-get install libgimp2.0-dev (if not installed packs for compile)
3. $ cd ~/.gimp-2.7/plug-ins/gimp-save-for-web-0.29.3/
4. $ ./configure
5 $ make
6. $ sudo make install
7. Restart Gimp
8. A new option is created at File>Save for web
-- Sergio Laprea sergio [at] klosma.net
If you get an error Intltool not found or similar, install it as per http://www.linuxfromscratch.org/blfs/view/cvs/general/intltool.html