我尝试在fedora上构建单独的+插件(http://cue.yellowmagic.info/softwares/separate-plus/),但在尝试从源代码创建它时收到了一些错误消息。
在pkg-config搜索路径中找不到包gtk + -2.0 也许你应该添加包含`gtk + -2.0.pc'的目录。到PKG_CONFIG_PATH环境变量
没有包> gtk + -2.0'发现
在pkg-config搜索路径中找不到包gimp-2.0 也许你应该添加包含`gimp-2.0.pc'的目录。到PKG_CONFIG_PATH环境变量
没有包' gimp-2.0'找到了
等
有关我需要哪些套餐的任何提示?
由于
答案 0 :(得分:0)
经过一些研究后,这些是我在Fedora机器上必须做的事情。
安装以下软件包以获取缺少的依赖项:
sudo dnf install gtk2-devel
sudo dnf install gimp-devel
(sudo dnf install lcms) - i think that step was not needed
(export PKG_CONFIG_PATH=/usr/local/lib) - i think this was also unnecessary
sudo dnf install lcms-devel
sudo dnf install libtiff-devel
sudo dnf install libjpeg-devel
export LDFLAGS="$LDFLAGS -lm"
make
最后,将构建可执行文件复制到.gimp-2.8 / plug-ins /目录