Mesa (master): docs: Update scons info regarding mingw.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Aug 30 08:43:42 UTC 2011


Module: Mesa
Branch: master
Commit: 282ecaf82cf37b7ac71f83f4c110023371021caf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=282ecaf82cf37b7ac71f83f4c110023371021caf

Author: José Fonseca <jose.r.fonseca at gmail.com>
Date:   Mon Aug 29 13:56:20 2011 +0100

docs: Update scons info regarding mingw.

---

 docs/install.html |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/install.html b/docs/install.html
index 228100e..8504791 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 — Mesa + swrast, binary compatible with Windows's opengl32.dll 
 <li>build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll — 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.




More information about the mesa-commit mailing list