summaryrefslogtreecommitdiff
path: root/docs/install.html
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-03-19 13:30:19 +0000
committerJose Fonseca <jfonseca@vmware.com>2015-03-22 08:23:24 +0000
commit9c1c657e19ff373315b517ca58f87227b336f3b7 (patch)
tree7b7e1261eaee75b7d2be73632ae5c7751f0094b1 /docs/install.html
parent015e8b6384bbdba8421c5dafd4783dba4d3a9182 (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 <brianp@vmware.com> v2: Add win flex-bison link to docs/install.html.
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html4
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>