Skip to content

Commit f133278

Browse files
committed
Update README.md with latest compatibility notes
1 parent 8fc5053 commit f133278

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ exposes an instance of [GraphiQL](https://github.com/graphql/graphiql) on top of
3737

3838
## Installation process
3939

40-
I've tested this on Windows with both Visual Studio 2017 and 2019, and on Linux using an Ubuntu 18.04 LTS instance running in
41-
WSL with both gcc 7.3.0 and clang 6.0.0. The key compiler requirement is support for C++17, earlier versions of gcc and clang
42-
may not have enough support for that.
40+
I've tested this on Windows with both Visual Studio 2017 and 2019, and on Linux using an Ubuntu 20.04 LTS instance running in
41+
WSL with both gcc 9.3.0 and clang 10.0.0. The key compiler requirement is support for C++17 including std::filesystem, earlier
42+
versions of gcc and clang may not have enough support for that.
4343

4444
The easiest way to get all of these and to build `cppgraphqlgen` in one step is to use
4545
[microsoft/vcpkg](https://github.com/microsoft/vcpkg). To install with vcpkg, make sure you've pulled the latest version
@@ -68,7 +68,7 @@ means you need to include an acknowledgement along with the license text.
6868
- GraphQL parsing: [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL) release 3.0.0,
6969
which is part of [The Art of C++](https://taocpp.github.io/) library collection. I've added this as a sub-module, so you
7070
do not need to install this separately. If you already have 3.0.0 installed where CMake can find it, it will use that
71-
instead of the sub-module and avoid installing another copy of PEGTL. _Note: PEGTL 3.0.0 is currently at pre-release._
71+
instead of the sub-module and avoid installing another copy of PEGTL.
7272

7373
### graphqlservice
7474

0 commit comments

Comments
 (0)