23f75f598e
added bii-travis.sh and readme.md files; added build status section with travis and biicode build systems Change-Id: I93acd1ca9497416ade6293d63b5311c4c31b880f |
||
---|---|---|
.. | ||
cmake | ||
support | ||
README.md |
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.