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