glslcompiler build instructions

This commit is contained in:
Brian 2007-02-22 16:29:48 -07:00
parent bc18ac45a3
commit ff0cc92757
1 changed files with 8 additions and 1 deletions

View 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