[PATCH] building: Add instructions for wayland-protocols

Armin K krejzi at email.com
Fri Nov 20 03:13:28 PST 2015


---
 building.html | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/building.html b/building.html
index 284249a..b8c1a1d 100644
--- a/building.html
+++ b/building.html
@@ -125,6 +125,18 @@ with <code>--disable-documentation</code>.</li>
 
 </ul>
 
+<h2>Wayland protocols</h2>
+
+<p>This contains a set of protocols that add functionality not available in the Wayland core protocol.</p>
+
+<pre>
+$ git clone <a href="http://cgit.freedesktop.org/wayland/wayland-protocols">git://anongit.freedesktop.org/wayland/wayland-protocols</a>
+$ cd wayland-protocols
+$ ./autogen.sh --prefix=$WLD
+$ make install
+$ cd ..
+</pre>
+
 <h2>Mesa</h2>
 
 <p>Wayland uses the <a href="http://www.mesa3d.org/egl.html">Mesa EGL</a> stack, and all extensions required to run
-- 
2.6.3



More information about the wayland-devel mailing list