diff options
author | marha <marha@users.sourceforge.net> | 2013-06-28 16:47:15 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-06-28 16:47:15 +0200 |
commit | ced1a6b8f5a750fcd3b8d3d0d9bbdee830064e6c (patch) | |
tree | 24d79f7eaee4d69dde46cf88aa7314a4fceebbe5 /mesalib/docs/README.WIN32 | |
parent | 2fe2056807d1304de86deb2b59992d51d9252ad0 (diff) | |
download | vcxsrv-ced1a6b8f5a750fcd3b8d3d0d9bbdee830064e6c.tar.gz vcxsrv-ced1a6b8f5a750fcd3b8d3d0d9bbdee830064e6c.tar.bz2 vcxsrv-ced1a6b8f5a750fcd3b8d3d0d9bbdee830064e6c.zip |
fontconfig mesa git update 28 June 2013
fontconfig commit 197d06c49b01413303f2c92130594daa4fcaa6ad
mesa commit 24b05ff1581b612ab6dbf4937fa4b644b4e61379
Diffstat (limited to 'mesalib/docs/README.WIN32')
-rw-r--r-- | mesalib/docs/README.WIN32 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/mesalib/docs/README.WIN32 b/mesalib/docs/README.WIN32 index b94d49a23..0cd007c8a 100644 --- a/mesalib/docs/README.WIN32 +++ b/mesalib/docs/README.WIN32 @@ -1,6 +1,6 @@ File: docs/README.WIN32 -Last updated: 23 April 2011 +Last updated: 21 June 2013 Quick Start @@ -30,6 +30,23 @@ 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. + +1) install python 2.7 +2) install scons (latest) +3) install mingw, flex, and bison +4) install libxml2 from here: http://www.lfd.uci.edu/~gohlke/pythonlibs + get libxml2-python-2.9.1.win-amd64-py2.7.exe +5) install pywin32 from here: http://www.lfd.uci.edu/~gohlke/pythonlibs + get pywin32-218.4.win-amd64-py2.7.exe +6) install git +7) download mesa from git + see http://www.mesa3d.org/repository.html +8) run scons General ------- |