当前位置: 首页 > 工具软件 > MATE Desktop > 使用案例 >

LINUX编译mate-desktop/terminal-1.24.0终端

邓仲卿
2023-12-01
  • 下载

吾选择的是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

 类似资料: