mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 12:21:23 +00:00
8 lines
205 B
Markdown
8 lines
205 B
Markdown
# FlatBuffers Compiler (`flatc`)
|
|
|
|
The main compiler for FlatBuffers is called `flatc` and is used as follows:
|
|
|
|
```sh
|
|
flatc [ GENERATOR_OPTIONS ] [ -o PATH ] [- I PATH ] FILES... [ -- BINARY_FILES... ]
|
|
```
|