From 282ecaf82cf37b7ac71f83f4c110023371021caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 29 Aug 2011 13:56:20 +0100 Subject: [PATCH] docs: Update scons info regarding mingw. --- docs/install.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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:

Put them all in the same directory to test them.