不知道为啥xfce不默认安装orage。按照官网https://docs.xfce.org/apps/orage/start#latest_release,记录安装过程。
1, 下载源码,https://mirror.netcologne.de/xfce/src/apps/orage/4.18/orage-4.18.0.tar.bz2
2, 阅读README.md,检查依赖,
configure: error: X Window system libraries and header files are required
需要安装yum install libx11-devel
包gtk+3.0
yum install gtk3-devel
pkg-config使用的环境变量PKG_CONFIG_PATH
.......
放弃。系统更新的快,也是个麻烦事。。。
标签:xfce4.18,4.18,apps,orage,xfce,安装 From: https://www.cnblogs.com/weixicai/p/17426342.html