glslcompiler build instructions
diff --git a/docs/shading.html b/docs/shading.html
index 847b231..412c893 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -145,8 +145,15 @@
 </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