allwinner_a64/android/external/flatbuffers/biicode
2018-08-08 16:14:42 +08:00
..
cmake upload android base code part2 2018-08-08 16:14:42 +08:00
support upload android base code part2 2018-08-08 16:14:42 +08:00
README.md upload android base code part2 2018-08-08 16:14:42 +08:00

Biicode C/C++ dependency manager

Build Status

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.