summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-01-04 00:53:19 +0800
committerChia-I Wu <olv@lunarg.com>2011-01-04 00:54:55 +0800
commitcba77869547f8edb1c1fdafcf457bccc4097042b (patch)
tree788ee39f1991ee8c81ab1a99581bd2c5d137d0d6 /docs
parentfb03510738e80716068a193a4078814d0e801120 (diff)
docs: Add an example for EGL_DRIVERS_PATH.
EGL_DRIVERS_PATH can be set to test EGL without installation.
Diffstat (limited to 'docs')
-rw-r--r--docs/egl.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/egl.html b/docs/egl.html
index ff610c310d..33e9187ce7 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -134,6 +134,16 @@ colon-separated directories where the main library will look for drivers, in
addition to the default directory. This variable is ignored for setuid/setgid
binaries.</p>
+<p>This variable is usually set to test an uninstalled build. For example, one
+may set</p>
+
+<pre>
+ $ export LD_LIBRARY_PATH=$mesa/lib
+ $ export EGL_DRIVERS_PATH=$mesa/lib/egl
+</pre>
+
+<p>to test a build without installation</p>
+
</li>
<li><code>EGL_DRIVER</code>