吾选择的是1.24.0,编译应该更方便一些。
https://github.com/mate-desktop/mate-terminal/tags
sudo apt install -y mate-common yelp-tools autopoint
sudo apt install -y libvte-2.91-dev libdconf-dev
#!/bin/bash
export DEST_DIR=${HOME}/terminal
./autogen.sh
./configure \
--prefix=${DEST_DIR}
make
make install