We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e9c62 commit 755b510Copy full SHA for 755b510
README.md
@@ -137,7 +137,7 @@ You need:
137
138
- The files generated by flatcc, obviously.
139
- `include/flatcc` in the include path (correct version), using `-I include` if at flatcc root.
140
-- Linke with zero or more .c files from `src/runtime` in your project (correct version).
+- Link with zero or more .c files from `src/runtime` in your project (correct version).
141
- Possibly disable certain warnings (notably disable GCC pedantic). The main CMake project does that for you.
142
- For some esoteric platforms maybe define `-DPORTABLE_...=0/1` to work around limitations
143
like stdalign support, see portable headers for detail.
0 commit comments