summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-11-08 09:12:07 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-11-08 09:12:07 -0500
commitacbcafa3869abf207488dd35bcfb347bdff64e3b (patch)
tree81e9f694f5decda9ba9a283a3e3414334ed52e5a
parent626c34712d4e7b427a8e6706e49d1cb3a681a821 (diff)
Update build instructions
-rw-r--r--building.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/building.html b/building.html
index f45e77b..68cf39e 100644
--- a/building.html
+++ b/building.html
@@ -54,10 +54,8 @@ DRI driver.</p>
<h2>libxkbcommon</h2>
<p>Wayland needs libxkbcommon for translating evdev keycodes to
-keysyms. There's a couple of repos around, and we're trying to
-consolidate the development, but for wayland you'll need the repo from
-my get repository. For this you'll need development packages for
-xproto, kbproto and libX11.</p>
+keysyms. For this you'll need development packages for xproto,
+kbproto and libX11.</p>
<pre>
$ git clone git://people.freedesktop.org/xorg/lib/libxkbcommon.git
@@ -90,8 +88,8 @@ compositor) cairo-gl, glib-2.0, gdk-2.0 (for poppler) and
poppler-glib:</p>
<pre>
- $ git clone git://people.freedesktop.org/~krh/wayland
- $ aclocal; autoconf; ./configure --prefix=$HOME/install
+ $ git clone git://anongit.freedesktop.org/wayland
+ $ ./autogen.sh --prefix=$HOME/install --sysconfdir=/etc
$ make && make install
</pre>
@@ -112,7 +110,7 @@ image that you like and copy it to the Wayland source directory as
background.jpg or use the -b command line option:</p>
<pre>
- $ ./wayland-system-compositor -b my-image.jpg
+ $ ./compositor -b my-image.jpg
</pre>
<p>To run clients, switch to a different VT and run the client from