X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2FREADME.WIN32;h=0f5010ce121c9f1a4e71a496f846b7123175fd00;hb=a2652719f3ee15a294461f216f3a89144dd9574d;hp=ab0df573b996b95488582df61afc63de6fe6baa7;hpb=213b9004a6ee033a16af3dcd187aa68b56c39858;p=mesa.git diff --git a/docs/README.WIN32 b/docs/README.WIN32 index ab0df573b99..0f5010ce121 100644 --- a/docs/README.WIN32 +++ b/docs/README.WIN32 @@ -1,6 +1,6 @@ File: docs/README.WIN32 -Last updated: 23 April 2011 +Last updated: 21 June 2013 Quick Start @@ -11,14 +11,12 @@ no longer shipped or supported. Run - scons osmesa mesagdi - -to build classic mesa Windows GDI drivers; or - scons libgl-gdi to build gallium based GDI driver. +This will work both with MSVS or Mingw. + Windows Drivers ------- ------- @@ -28,6 +26,21 @@ At this time, only the gallium GDI driver is known to work. Source code also exists in the tree for other drivers in src/mesa/drivers/windows, but the status of this code is unknown. +Recipe +------ + +Building on windows requires several open-source packages. These are +steps that work as of this writing. + +- install python 2.7 +- install scons (latest) +- install mingw, flex, and bison +- install pywin32 from here: http://www.lfd.uci.edu/~gohlke/pythonlibs + get pywin32-218.4.win-amd64-py2.7.exe +- install git +- download mesa from git + see https://www.mesa3d.org/repository.html +- run scons General -------