我使用 ubuntu 18.04.1 我已经使用此 PPA 安装了 GIMP 2.10.6: https ://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp 我 尝试使用 git 和下载包,但我总是输出相同的输出......失败了。
我从这里下载美化... https://github.com/hejiann/beautify 并将它放在我的主文件夹中,它被命名为 beautify-master 我将它打开到终端并尝试制作,但虽然我有 libgimp2。 0-dev 在其最新版本中,“libgimp2.0 已经是最新版本(2.10.6+om-0ubu18.04.2~ppa)”。我收到这个输出...
~/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
我也尝试将文件夹移动到我的 gimp 插件文件夹并尝试安装它但根本没有用
我希望有人能告诉我我做错了什么......提前谢谢......
根据packages.ubuntu.com你需要安装一个包
libgimp/gimp.h
:如果这还不够,那么在软件和更新 (
software-properties-gtk
) 中启用源代码存储库并安装 GIMP 的构建依赖项:然后编译插件。
我还没有安装 libgegl-dev 但我做了它然后我使用了你的两个命令并最终能够使用它来编译它......
然后我编译了纹理...
在此之后,您应该打开您的 gimp 并转到编辑,然后是首选项,然后是文件夹,然后是插件文件夹,并记下您的第一个输入...在我的情况下是 /home/18/.config/gimp/2.10/plug- ins 然后...
我刚刚不仅安装了美化插件,还安装了纹理和边框......
非常感谢诺伯特……你让我很开心……非常开心……