--- 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> + <p>Environment variables which will get you more debugging output:</p> <pre>MESA_DEBUG=1 -- 1.7.1 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel