skvadrik / re2c

Lexer generator for C, C++, Go and Rust.

Home Page:https://re2c.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document C++11 compiler requirement in BUILD.md

ryandesign opened this issue · comments

BUILD.md says:

To build re2c from a release tarball one needs only a C++ compiler and Python 3

But in fact one appears to need a C++11-compatible compiler; please document this.

Thanks! Fixed in 7d66417.