1.26.0编译成功了。结果运行出错。一看系统是1.24.0的,就试试编译同版本。
下载
https://github.com/mate-desktop/pluma/tags
安装依赖
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-3.0-dev sudo apt install -y libpeas-dev
编译
export DEST_DIR=${HOME}/pluma ./autogen.sh ./configure \ --prefix=${DEST_DIR} \ --disable-spell make make install
测试
确实能正常运行。