flatbuffers/biicode
Wouter van Oortmerssen a42a99029f Made .sh files all have same comment formatting.
Change-Id: Ie7cc268a8823aec1d06c8b7cbef54068d832de3a
2016-05-23 14:08:21 -07:00
..
cmake added .travis.yml file (build with original and biicode building); 2015-04-15 13:43:25 -07:00
support Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
README.md added .travis.yml file (build with original and biicode building); 2015-04-15 13:43:25 -07:00

README.md

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.