We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8feed9c + 3dbbdb6 commit 8ac56adCopy full SHA for 8ac56ad
README.md
@@ -33,6 +33,20 @@ sufficiently-recent version of [Flex](http://flex.sourceforge.net/) and [Bison](
33
system, it will use them; otherwise, it will rely on the checked-in
34
`parser.tab.{c,h}pp` and `lexer.{h,cpp}`.
35
36
+To build libgraphqlparser from source:
37
+
38
+```
39
+$ # inside the project root:
40
+$ cmake .
41
+$ make
42
43
44
+Then, to install it on your system:
45
46
47
+$ make install
48
49
50
## How libgraphqlparser works
51
52
libgraphqlparser uses flex and bison to generate a C++ parser for
0 commit comments