[PATCH wayland-web 4/7] Added page of Ubuntu12.04 specific directions
Bryce W. Harrington
b.harrington at samsung.com
Mon Jun 2 23:42:22 PDT 2014
On Fri, May 30, 2014 at 02:12:32PM -0700, Bill Spitzak wrote:
> From: Bill Spitzak <wspitzak at oblong.com>
>
> ---
> building.html | 19 +++-
> ubuntu12.04.html | 291 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 307 insertions(+), 3 deletions(-)
> create mode 100644 ubuntu12.04.html
>
> diff --git a/building.html b/building.html
> index 57ee2fb..d0ddccf 100644
> --- a/building.html
> +++ b/building.html
> @@ -17,6 +17,22 @@ project is still very much a prototype. When the instructions suggest to clone
> of course just add a remote and fetch instead, if you have a clone of
> that repo around already.</p>
>
... snip ...
> +
> +git clone git://anongit.freedesktop.org/xorg/proto/spansproto
> +cd fontsproto
> +./autogen.sh --prefix=$WLD
> +make && make install
> +cd ..
> +
Guessing that the clone here should rather be:
git clone git://anongit.freedesktop.org/xorg/proto/fontsproto
so it matches the expected chdir? spansproto errors when I try to clone
that uri, whereas fontsproto does.
Bryce
More information about the wayland-devel
mailing list