docs: Add an example for EGL_DRIVERS_PATH.
authorChia-I Wu <olv@lunarg.com>
Mon, 3 Jan 2011 16:53:19 +0000 (00:53 +0800)
committerChia-I Wu <olv@lunarg.com>
Mon, 3 Jan 2011 16:54:55 +0000 (00:54 +0800)
EGL_DRIVERS_PATH can be set to test EGL without installation.

docs/egl.html

index ff610c310d74644c6e29d74eccaf96a0bc0ea036..33e9187ce7f9f1288fc61e2e6abfed635f6784ed 100644 (file)
@@ -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>