New with biicode? Check the Getting Started Guide.
Building it is too easy:
$ git clone [email protected]: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.