From ff0cc92757b59c9343e4fda4d20c32fbfc7586c1 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 22 Feb 2007 16:29:48 -0700 Subject: glslcompiler build instructions --- docs/shading.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/shading.html') 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:

-(compiler build instructions TBD) +To build the glslcompiler program (this will be improved someday):

+
+    cd src/mesa
+    make libmesa.a
+    cd drivers/glslcompiler
+    make
+
+

Here's an example of using the compiler to compile a vertex shader and -- cgit v1.2.3