diff options
-rw-r--r-- | docs/shading.html | 9 |
1 files changed, 8 insertions, 1 deletions
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: </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 |