summaryrefslogtreecommitdiff
path: root/building.html
diff options
context:
space:
mode:
authorDarxus <darxus@chaosreigns.com>2012-10-16 14:27:59 -0400
committerDarxus <darxus@chaosreigns.com>2012-10-16 14:27:59 -0400
commit1c7d333cdb3ebe2343b8fa9112918161153b6aa0 (patch)
tree2cc5a78e252b9147f423075081ab24c8e80a0002 /building.html
parenta1cd02add4f77285aaffacb807031e9480ae388c (diff)
Building: Mention how to install system wide.
Diffstat (limited to 'building.html')
-rw-r--r--building.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/building.html b/building.html
index f2176a2..d93911c 100644
--- a/building.html
+++ b/building.html
@@ -40,8 +40,9 @@ cards. Some new cards require
external firmware</a>.</p>
<h2>Setting up the environment</h2>
-<p>If you want to install in a custom location (not system wide), you'll need
-to set the following environment variables to get various libraries to link
+<h3>Installing in a custom location</h3>
+<p>If you do not want to install system wide, you'll need to set
+the following environment variables to get various libraries to link
appropriately:</p>
<pre>WLD=$HOME/install # change this to another location if you prefer
@@ -56,6 +57,14 @@ export WLD LD_LIBRARY_PATH PKG_CONFIG_PATH ACLOCAL
<p>You may put the above in a script and source it in the terminal
you wish to build the packages.</p>
+<h3>Installing system wide</h3>
+<p>To install system wide, you'll need to set this variable, and possibly
+build with --libdir=/usr/lib64 :</p>
+
+<pre>WLD=/usr
+export WLD
+</pre>
+
<h2>Wayland libraries</h2>
<p>This is required in order to be able to build Mesa with