摘要: 下载wayland-1.0.3并解压,sudo gedit /etc/profile,添加下面内容:WLD=/usr # change this to another location if you preferLD_LIBRARY_PATH=$WLD/libPKG_CONFIG_PATH=$WLD/lib/pkgconfig/:$WLD/share/pkgconfig/ACLOCAL="aclocal -I $WLD/share/aclocal"export WLD LD_LIBRARY_PATH PKG_CONFIG_PATH ACLOCAL执行source /etc/ 阅读全文
posted @ 2013-01-15 17:53 ArcherDev 阅读(1971) 评论(0) 推荐(0)
摘要: 来源:http://blog.csdn.net/basilc/article/details/8074895获取、编译 Wayland 及其依赖库可参考 Wayland 官方网站的 Build 指南:http://wayland.freedesktop.org/building.html。Wayland 实现的代码组成可以分成以下四部分:1. Wayland 库Wayland 中最核心的部分,Wayland 协议的大部分实现位于这里。1)工具程序(wayland-scanner)分析 Wayland 协议文件,并生成相应的头文件及代码文件。源码文件列表:wayland/src/scanner. 阅读全文
posted @ 2013-01-15 15:43 ArcherDev 阅读(2824) 评论(0) 推荐(0)
摘要: 来源:http://www.linuxgraphics.cn/xwindow/wayland_intro_2.html作者:TualatriX日期:2011-01-10本文详细介绍了 Wayland。引入话说在上篇(揭开Wayland的面纱(一):X Window的前生今世)中我介绍了一些X Window的历史及发展,还没有提到Wayland本身,不少人已经等不及了。不过,介绍这些是有必要的,毕竟要知道X Window的一些知识,才能明白为什么会有Wayland这个东西。在本篇正式开始介绍Wayland之前,让我们先回到2008年11月4日,也就是整整两年前,我当时在中文领域第一时间报道了“W 阅读全文
posted @ 2013-01-15 15:13 ArcherDev 阅读(1686) 评论(0) 推荐(0)
摘要: 来源:http://www.linuxgraphics.cn/xwindow/wayland_intro_1.html作者:TualatriX日期:2011-01-10本文回顾了 X Window 的历史,,为后面介绍 Wayland 打下基础简介今天大家可能在“Wow! Ubuntu”或其他地方看到了这篇文章:Ubuntu 决定未来将启用 Wayland X-Server。Wayland是什么呢?它是X Window?还是要取代X Window?它的优势在哪里?Linux桌面/移动会因此有什么变化?在本篇中,我将回顾历史,展望未来,通过简易的文字,来先回顾一下X Window,从而继续解答W 阅读全文
posted @ 2013-01-15 15:12 ArcherDev 阅读(765) 评论(0) 推荐(0)