summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarxus@chaosreigns.com <Darxus@chaosreigns.com>2011-01-23 19:48:37 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-01-24 15:59:46 -0500
commitfd1c2dce1be721d1344e9fe6f92ee29f909152a6 (patch)
treefdc39d6bf234227d8d20c304c453bf8866d6b785
parent4da09ba2ebe0936ed0a8852d62c288e9392b402a (diff)
Build instructions, add LD_LIBRARY_PATH
-rw-r--r--building.html5
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