diff --git a/docs/install.html b/docs/install.html index be61ef30433..953d2094d5b 100644 --- a/docs/install.html +++ b/docs/install.html @@ -21,6 +21,7 @@
-Please see the README.WIN32 file. +Please see the instructions on building with SCons. +Alternatively see README.WIN32 file.
+ ++To build Mesa with SCons on Linux or Windows do +
++ scons ++
+The build output will be placed in +build/platform-machine-debug/..., where platform is for +example linux or windows, machine is x86 or x86_64, optionally followed +by -debug for debug builds. +
+ ++The sample programs are built seperately. To build them do +
+ scons -C progs ++And the build output will be placed in progs/build/... + + +
+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 -C progs platform=windows toolchain=crossmingw machine=x86 -k ++
+This will create: +
++Put them all in the same directory to test them. +
+ + -Documentation for other environments (some may be very out of date):