summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/shading.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/shading.html b/docs/shading.html
index 847b231ca4..412c89389e 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -145,8 +145,15 @@ This tool is useful for:
</ul>
<p>
-(compiler build instructions TBD)
+To build the glslcompiler program (this will be improved someday):
</p>
+<pre>
+ cd src/mesa
+ make libmesa.a
+ cd drivers/glslcompiler
+ make
+</pre>
+
<p>
Here's an example of using the compiler to compile a vertex shader and