How can I compile this plugin?
When I try ./configure the output is:
checking for GIMP... configure: error: Package requirements (gimp-2.0 >= 2.3.0 gimpui-2.0 >= 2.3.0) were not met:
No package 'gimp-2.0' found
No package 'gimpui-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GIMP_CFLAGS
and GIMP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I have the gimp installed in the directory /usr/sparazza/.gimp-2.4
can you give me an hint?
Cya
Sparazza
Install libgimp2.0-dev
sudo apt-get install libgimp2.0-dev ./configure make sudo make installEnjoy, and thanks to whomever built the plugin!Or get the Deb archive
Solved
Great help - many thanks