下载
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博客