centos 编译安装 x11
需要的依赖
安装 xtrans
进入解压目录:
./configure
make && make install
配置路径:
export PKG_CONFIG_PATH=/usr/local/share/pkgconfig:$PKG_CONFIG_PATH
安装 x11
./configure
make && make install
export PKG_CONFIG_PATH=/usr/local/x11/lib/pkgconfig:$PKG_CONFIG_PATH
标签:centos,CONFIG,make,PKG,PATH,x11,安装
From: https://www.cnblogs.com/AngleLin/p/17912558.html