AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1073833
Accepted
ft18
ft18
Asked: 2018-09-10 21:45:59 +0800 CST2018-09-10 21:45:59 +0800 CST 2018-09-10 21:45:59 +0800 CST

无法在 Gimp 2.10.6 中安装美化插件

  • 772

我使用 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 插件文件夹并尝试安装它但根本没有用

我希望有人能告诉我我做错了什么......提前谢谢......

compiling gimp
  • 2 2 个回答
  • 1665 Views

2 个回答

  • Voted
  1. Best Answer
    N0rbert
    2018-09-10T22:11:07+08:002018-09-10T22:11:07+08:00

    根据packages.ubuntu.com你需要安装一个包libgimp/gimp.h:

    sudo apt-get install libgimp2.0-dev
    

    如果这还不够,那么在软件和更新 ( software-properties-gtk) 中启用源代码存储库并安装 GIMP 的构建依赖项:

    sudo apt-get build-dep gimp
    

    然后编译插件。

    • 3
  2. ft18
    2018-09-11T06:38:22+08:002018-09-11T06:38:22+08:00

    我还没有安装 libgegl-dev 但我做了它然后我使用了你的两个命令并最终能够使用它来编译它......

    git clone https://github.com/hejiann/beautify.git
    
    cd beautify
    
    make
    
    make userinstall
    

    然后我编译了纹理...

    $ cd /tmp/
    
    $ wget https://github.com/hejiann/beautify/wiki/textures/rip-border-textures-0.5.1.tar.bz
    
    $ wget https://github.com/hejiann/beautify/wiki/textures/texture-border-textures-0.5.1.tar.bz
    

    在此之后,您应该打开您的 gimp 并转到编辑,然后是首选项,然后是文件夹,然后是插件文件夹,并记下您的第一个输入...在我的情况下是 /home/18/.config/gimp/2.10/plug- ins 然后...

    cd /home/18/.config/gimp/2.10/plug-ins
    
    tar xvf /tmp/rip-border-textures-0.5.1.tar.bz
    
    tar xvf /tmp/texture-border-textures-0.5.1.tar.bz
    

    我刚刚不仅安装了美化插件,还安装了纹理和边框......

    非常感谢诺伯特……你让我很开心……非常开心……

    • 2

相关问题

  • 如何在没有 sudo 权限的情况下构建应用程序?

  • 为 i7 处理器编译内核的最佳方法是什么?

  • 如何将具有依赖项的包上传到我的 PPA?

  • 如何让 .so 文件显示在包中?

  • 我在哪里可以找到最新版 GIMP 的 PPA?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve