Merge pull request #149 from msiomkin/fix-compiler-versions

Fix compiler version requirements in readme
This commit is contained in:
mrks 2020-05-28 12:55:16 +02:00 committed by GitHub
commit 2dfaa2b672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ In March 2015 we've also written a short paper outlining discussing some develop
**Note:** You can also find a detailed usage description at this [blog post](http://torpedro.github.io/tech/c++/sql/parser/2016/02/27/c++-sql-parser.html). **Note:** You can also find a detailed usage description at this [blog post](http://torpedro.github.io/tech/c++/sql/parser/2016/02/27/c++-sql-parser.html).
**Requirements:** **Requirements:**
* gcc 4.8+ (or clang 3.4+) * gcc 5+ (or clang 5+)
To use the SQL parser in your own projects you simply have to follow these few steps. The only requirement for is gcc 4.8+. Older versions of gcc/clang might also work, but are untested. To use the SQL parser in your own projects you simply have to follow these few steps. The only requirement for is gcc 4.8+. Older versions of gcc/clang might also work, but are untested.