File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ exposes an instance of [GraphiQL](https://github.com/graphql/graphiql) on top of
37
37
38
38
## Installation process
39
39
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.
43
43
44
44
The easiest way to get all of these and to build ` cppgraphqlgen ` in one step is to use
45
45
[ 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.
68
68
- GraphQL parsing: [ Parsing Expression Grammar Template Library (PEGTL)] ( https://github.com/taocpp/PEGTL ) release 3.0.0,
69
69
which is part of [ The Art of C++] ( https://taocpp.github.io/ ) library collection. I've added this as a sub-module, so you
70
70
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.
72
72
73
73
### graphqlservice
74
74
You can’t perform that action at this time.
0 commit comments