diff options
author | marha <marha@users.sourceforge.net> | 2012-03-08 11:23:54 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-08 11:23:54 +0100 |
commit | b4e09d9f9c2cb930daef6b578e3051e71425ed7f (patch) | |
tree | 2f7978bbc080eacca775af19715931ae34c23836 /mesalib/docs/install.html | |
parent | 50ace52bb8308fd62b8bad9ae912dc18c4ae32ff (diff) | |
download | vcxsrv-b4e09d9f9c2cb930daef6b578e3051e71425ed7f.tar.gz vcxsrv-b4e09d9f9c2cb930daef6b578e3051e71425ed7f.tar.bz2 vcxsrv-b4e09d9f9c2cb930daef6b578e3051e71425ed7f.zip |
fontconfig libXau libXdmcp libXext libXft libXinerama libXmu pixman mesa
git update 8 Mar 2012
Diffstat (limited to 'mesalib/docs/install.html')
-rw-r--r-- | mesalib/docs/install.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mesalib/docs/install.html b/mesalib/docs/install.html index 07e38bf3d..0d5bab249 100644 --- a/mesalib/docs/install.html +++ b/mesalib/docs/install.html @@ -38,9 +38,17 @@ <li>lex / yacc - for building the GLSL compiler. On Linux systems, flex and bison are used. Versions 2.5.35 and 2.4.1, respectively, (or later) should work. +<br> +<br> +On Windows with MinGW, install flex and bison with: +<pre>mingw-get install msys-flex msys-bison</pre> </li> <li>python - Python is needed for building the Gallium components. Version 2.6.4 or later should work. +<br> +<br> +To build OpenGL ES 1.1 and 2.0 you'll also need +<a href="http://xmlsoft.org/sources/win32/python/libxml2-python-2.7.7.win32-py2.7.exe">libxml2-python</a>. </li> </ul> |