auris / gimp-save-for-web

Save for web plug-in for GIMP.
Other
95 stars 36 forks source link

How to compile plugin for mac? #10

Closed martinsky closed 9 years ago

martinsky commented 10 years ago

On a mac when I type

./configure

I get

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.

is there a way to get the plugin save to web on a mac?

Adolio commented 10 years ago

I got the same issue on Linux and apparently this error message is not accurate.

To solve this, you need to install the libgimp2.0-dev package. I found the solution on this thread : http://registry.gimp.org/node/3207

Furthermore, for Debian users, this plugin is included in the gimp-plugin-registry package.

Cheers, Aurélien