glslcompiler build instructions
authorBrian <brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:29:48 +0000 (16:29 -0700)
committerBrian <brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:29:48 +0000 (16:29 -0700)
docs/shading.html

index 847b231ca4f77f0105e59c963051198d64466745..412c89389e51ed0d25bf8f7171575e88d0aca9c5 100644 (file)
@@ -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