summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-08-29 13:56:20 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-08-30 09:42:01 +0100
commit282ecaf82cf37b7ac71f83f4c110023371021caf (patch)
treedfd0e7c8f6bd95f54a26ea470cbdd6fa01b29493
parent3ab19bf82af8b62207e7e8585f275593d708a527 (diff)
docs: Update scons info regarding mingw.
-rw-r--r--docs/install.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/install.html b/docs/install.html
index 228100ec73..85047913d1 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -281,17 +281,14 @@ by -debug for debug builds.
To build Mesa with SCons for Windows on Linux using the MinGW crosscompiler toolchain do
</p>
<pre>
- scons platform=windows toolchain=crossmingw machine=x86 statetrackers=mesa drivers=softpipe,trace winsys=gdi
+ scons platform=windows toolchain=crossmingw machine=x86 mesagdi libgl-gdi
</pre>
<p>
This will create:
</p>
<ul>
+<li>build/windows-x86-debug/mesa/drivers/windows/gdi/opengl32.dll &mdash; Mesa + swrast, binary compatible with Windows's opengl32.dll
<li>build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll &mdash; Mesa + Gallium + softpipe, binary compatible with Windows's opengl32.dll
-<li>build/windows-x86-debug/glut/glx/glut32.dll
-<li>progs/build/windows-x86-debug/wgl/wglinfo.exe
-<li>progs/build/windows-x86-debug/trivial/tri.exe
-<li>and many other samples in progs/build/windows-x86-debug/...
</ul>
<p>
Put them all in the same directory to test them.