From: Brian Paul Date: Mon, 5 Mar 2012 20:02:59 +0000 (-0700) Subject: docs: add more MinGW prerequisite tips X-Git-Tag: mesa-9.0~2860 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f869e9cb5bdef818110d82668bd46eb6c7b5766;p=platform%2Fupstream%2Fmesa.git docs: add more MinGW prerequisite tips Provided by Charles Huber on the mesa-users list. --- diff --git a/docs/install.html b/docs/install.html index 07e38bf..0d5bab2 100644 --- a/docs/install.html +++ b/docs/install.html @@ -38,9 +38,17 @@
  • 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. +
    +
    +On Windows with MinGW, install flex and bison with: +
    mingw-get install msys-flex msys-bison
  • python - Python is needed for building the Gallium components. Version 2.6.4 or later should work. +
    +
    +To build OpenGL ES 1.1 and 2.0 you'll also need +libxml2-python.