diff options
author | Jose Fonseca <[email protected]> | 2015-03-19 13:30:19 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-03-22 08:23:24 +0000 |
commit | 9c1c657e19ff373315b517ca58f87227b336f3b7 (patch) | |
tree | 7b7e1261eaee75b7d2be73632ae5c7751f0094b1 /docs/install.html | |
parent | 015e8b6384bbdba8421c5dafd4783dba4d3a9182 (diff) |
scons: Prefer winflexbison, and use --wincompat when available.
This avoids MSVC the warning
warning C4013: 'isatty' undefined; assuming extern returning int
with certain versions of flex.
Reviewed-by: Brian Paul <[email protected]>
v2: Add win flex-bison link to docs/install.html.
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.html b/docs/install.html index 9dbfce58b51..a90c2b27d58 100644 --- a/docs/install.html +++ b/docs/install.html @@ -55,8 +55,8 @@ Versions 2.5.35 and 2.4.1, respectively, (or later) should work. <br> On Windows with MinGW, install flex and bison with: <pre>mingw-get install msys-flex msys-bison</pre> -For MSVC on Windows, you can find flex/bison programs on the -<a href="ftp://ftp.freedesktop.org/pub/mesa/windows-utils/">Mesa ftp site</a>. +For MSVC on Windows, install +<a href="http://winflexbison.sourceforge.net/">Win flex-bison</a>. </li> </ul> |