[PATCH] Build instructions, add LD_LIBRARY_PATH

Darxus at chaosreigns.com Darxus at chaosreigns.com
Sun Jan 23 16:48:37 PST 2011


---
 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



More information about the wayland-devel mailing list