您当前的位置: 首页 >  编辑器

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

LINUX编译mate-desktop/pluma-1.26.0文本编辑器

柳鲲鹏 发布时间:2022-01-20 10:19:08 ,浏览量:0

  • 下载

https://github.com/mate-desktop/pluma

  • 安装依赖库
sudo apt install -y mate-common yelp-tools autopoint gettext gobject-introspection
sudo apt install -y libxml2 libxml2-dev
sudo apt install -y libgtk-3-dev
sudo apt install -y libgtksourceview-4-dev
sudo apt install -y libpeas-dev
  • 编译
#!/bin/bash

export DEST_DIR=${HOME}/pluma

./autogen.sh

./configure \
    --prefix=${DEST_DIR} \
    --disable-spell

make
make install
  •  测试

  • 编译中的问题

Can‘t exec “autopoint“: 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 345._柳鲲鹏-CSDN博客

编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found_柳鲲鹏-CSDN博客

编译pluma: pluma/Makefile.am:192: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL_柳鲲鹏-CSDN博客

No package ‘gtk+-3.0‘ found_柳鲲鹏-CSDN博客

No package ‘gtksourceview-4‘ found_柳鲲鹏-CSDN博客

No package ‘libpeas-1.0‘ found/No package ‘libpeas-gtk-1.0‘_柳鲲鹏-CSDN博客

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.1581s