[PATCH] Build instructions, add LD_LIBRARY_PATH
Bryce Harrington
bryce at canonical.com
Thu Jan 27 12:05:37 PST 2011
On Sun, Jan 23, 2011 at 07:48:37PM -0500, Darxus at chaosreigns.com wrote:
> ---
> building.html | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/building.html b/building.html
> index 58930e0..c41e01e 100644
> --- a/building.html
> +++ b/building.html
> @@ -168,12 +168,15 @@ protocol: </p>
> installed in $HOME/install you will need the following environment
> variables set:</p>
>
> -<pre>PKG_CONFIG_PATH=$HOME/install/lib/pkgconfig/:$HOME/install/share/pkgconfig/
> +<pre>LD_LIBRARY_PATH=$HOME/install/lib
> +PKG_CONFIG_PATH=$HOME/install/lib/pkgconfig/:$HOME/install/share/pkgconfig/
> ACLOCAL="aclocal -I $HOME/install/share/aclocal"
> C_INCLUDE_PATH=$HOME/install/include
> LIBRARY_PATH=$HOME/install/lib
> </pre>
>
> +<p>Do not set that LD_LIBRARY_PATH as your default, it will break things.</p>
"Do not set LD_LIBRARY_PATH as" would be better grammar.
> +
> <p>Environment variables which will get you more debugging output:</p>
>
> <pre>MESA_DEBUG=1
> --
> 1.7.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list