diff options
author | Brian Paul <brianp@vmware.com> | 2009-02-10 19:36:52 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-02-10 19:36:52 -0700 |
commit | 36c1e756daea0be04395de063003b434ba98cbdd (patch) | |
tree | 1e7276ef6e270ce19801e78c30ef51f381e6f4e8 | |
parent | 0996a23e3d21383712295d52dccd98ff0e166c6e (diff) |
docs: some Cell driver docs updates
-rw-r--r-- | docs/cell.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/cell.html b/docs/cell.html index d7feb468ad..49b62cac7b 100644 --- a/docs/cell.html +++ b/docs/cell.html @@ -46,17 +46,19 @@ special changes. <p> To compile the code, run <code>make linux-cell</code>. -To build in debug mode, run <code>make linux-cell-debug</code>. +Or to build in debug mode, run <code>make linux-cell-debug</code>. </p> <p> -To use the library, make sure <code>LD_LIBRARY_PATH</code> points the Mesa/lib/ -directory that contains <code>libGL.so</code>. -</p> +To use the library, make sure your current directory is the top of the +Mesa tree, then set <code>LD_LIBRARY_PATH</code> like this: +<pre> + export LD_LIBRARY_PATH=$PWD/lib/gallium:$PWD/lib/ +</pre> <p> -Verify that the Cell driver is being used by running <code>glxinfo</code> -and looking for: +Verify that the Cell driver is being used by running +<code>progs/xdemos/glxinfo</code> and looking for: <pre> OpenGL renderer string: Gallium 0.2, Cell on Xlib </pre> |