diff options
author | Dave Beckett <dave@dajobe.org> | 2014-08-02 17:59:10 -0700 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2014-08-02 17:59:10 -0700 |
commit | 24a2d7f9422ad9f59b981597e96b9b99156db36c (patch) | |
tree | fd244c9a18418f065db1bbd33269d1e694425379 /INSTALL.html | |
parent | 4f33352bbe740f56e4b0ee609f63adac34314766 (diff) | |
download | raptor-24a2d7f9422ad9f59b981597e96b9b99156db36c.tar.gz |
Fix flex url
Diffstat (limited to 'INSTALL.html')
-rw-r--r-- | INSTALL.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.html b/INSTALL.html index dc92e4db..32dbeb69 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -132,7 +132,7 @@ GIT sources. autogen.sh enforces the requirements. </p> <p>Raptor also requires -<a href="http://lex.sourceforge.net/">flex</a> version 2.5.31 or newer +<a href="http://flex.sourceforge.net/">flex</a> version 2.5.31 or newer (2.5.4 will not work) and <a href="http://www.gnu.org/software/bison/bison.html">GNU Bison</a> to build lexers and parsers. |