diff options
author | marha <marha@users.sourceforge.net> | 2011-08-31 10:31:32 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-08-31 10:31:32 +0200 |
commit | d14fe6598b87092374b1be6eb655153d270c3066 (patch) | |
tree | 77c5d19db06d8ca77ac717a5e579aa346f9cfb13 /mesalib/docs/install.html | |
parent | 82ce0534a7bc89f1ed93b4b952b30ceb3d94210d (diff) | |
download | vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.tar.gz vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.tar.bz2 vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.zip |
mesa git update 31 aug 2011
Diffstat (limited to 'mesalib/docs/install.html')
-rw-r--r-- | mesalib/docs/install.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mesalib/docs/install.html b/mesalib/docs/install.html index 228100ec7..85047913d 100644 --- a/mesalib/docs/install.html +++ b/mesalib/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. |