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
确实能正常运行。