From: José Fonseca
Date: Mon, 29 Aug 2011 12:56:20 +0000 (+0100)
Subject: docs: Update scons info regarding mingw.
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=282ecaf82cf37b7ac71f83f4c110023371021caf;p=mesa.git
docs: Update scons info regarding mingw.
---
diff --git a/docs/install.html b/docs/install.html
index 228100ec731..85047913d1e 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
- scons platform=windows toolchain=crossmingw machine=x86 statetrackers=mesa drivers=softpipe,trace winsys=gdi
+ scons platform=windows toolchain=crossmingw machine=x86 mesagdi libgl-gdi
This will create:
+- build/windows-x86-debug/mesa/drivers/windows/gdi/opengl32.dll — Mesa + swrast, binary compatible with Windows's opengl32.dll
- build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll — Mesa + Gallium + softpipe, binary compatible with Windows's opengl32.dll
-
- build/windows-x86-debug/glut/glx/glut32.dll
-
- progs/build/windows-x86-debug/wgl/wglinfo.exe
-
- progs/build/windows-x86-debug/trivial/tri.exe
-
- and many other samples in progs/build/windows-x86-debug/...
Put them all in the same directory to test them.