Signed-off-by: Sedat Dilek <[email protected]> --- building.html | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/building.html b/building.html index 8005ce1..4147d90 100644 --- a/building.html +++ b/building.html @@ -55,6 +55,23 @@ Minimum requirements: AMD/ATI: Linux kernel >=2.6.38-rcX and ddx (xf86-video-ati) >=6.14.0 </p> +<h2>Wayland core libraries</h2> + +<p>Recently, Wayland was split into core libs and demos. +There now exists two repositories: +1. wayland/wayland +2. wayland/wayland-demos +</p> + +<p>Build Wayland core libs:</p> +<pre> + $ git clone git://anongit.freedesktop.org/wayland/wayland + $ cd wayland + $ ./autogen.sh --prefix=$INSTALL_PATH + $ make + $ make install +</pre> + <h2>Building mesa without Wayland EGL platform</h2> <p>Wayland uses the mesa EGL stack, and all extensions required to run -- 1.7.4.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
