From: Brian Date: Thu, 22 Feb 2007 23:29:48 +0000 (-0700) Subject: glslcompiler build instructions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff0cc92757b59c9343e4fda4d20c32fbfc7586c1;p=mesa.git glslcompiler build instructions --- diff --git a/docs/shading.html b/docs/shading.html index 847b231ca4f..412c89389e5 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