[PATCH 1/4] building: Wayland core libraries
Sedat Dilek
sedat.dilek at googlemail.com
Thu Feb 17 04:29:46 PST 2011
Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
---
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
More information about the wayland-devel
mailing list