projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc18ac4
)
glslcompiler build instructions
author
Brian
<brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:29:48 +0000
(16:29 -0700)
committer
Brian
<brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:29:48 +0000
(16:29 -0700)
docs/shading.html
patch
|
blob
|
history
diff --git
a/docs/shading.html
b/docs/shading.html
index 847b231ca4f77f0105e59c963051198d64466745..412c89389e51ed0d25bf8f7171575e88d0aca9c5 100644
(file)
--- 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