hejiann / beautify

GIMP Beautify is a set of GIMP plug-ins for quickly and easily beautify photo
169 stars 52 forks source link

Unable to install beautify in Gimp 2.10.6 #47

Open fteditor18 opened 6 years ago

fteditor18 commented 6 years ago

I've tried to install but It doesn't work at all... I am using ubuntu 18.04.1 and gimp 2.10.6 libgimp2.0 is already the newest version (2.10.6+om-0ubu18.04.2~ppa). But when I download beautify-master and open it in a terminal and try make I got this output...

_~/beautify-master$ make gcc gimptool-2.0 --cflags -c beautify.c -o beautify.o Package gegl-0.4 was not found in the pkg-config search path. Perhaps you should add the directory containing `gegl-0.4.pc' to the PKG_CONFIG_PATH environment variable Package 'gegl-0.4', required by 'gimp-2.0', not found No output from 'pkg-config --cflags gimpui-2.0' beautify.c:18:10: fatal error: libgimp/gimp.h: No such file or directory

include <libgimp/gimp.h>

^~~~~~~~~~~~~~~~_ compilation terminated. Makefile:77: recipe for target 'beautify.o' failed make: *** [beautify.o] Error 1

I hope someone could tell me how to fix this... thanks in advance...

dmSH12 commented 6 years ago

Hi, you should find and install gimp 2.10.6 development files over apt and it will be compiled without issues. Good luck!