You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
626 B
626 B
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.