mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
|
|
||
|---|---|---|
| .. | ||
| cmake | ||
| support | ||
| README.md | ||
Biicode C/C++ dependency manager
New with biicode? Check the Getting Started Guide.
How to build it?
Building it is too easy:
$ git clone git@github.com:google/flatbuffers.git
$ cd flatbuffers
$ bii init -L && bii build
$ ./bin/any_executable
Or run its tests:
$ bii test
You can check the examples/flatbuffers block.