Home | History | Annotate | only in /external/flatbuffers/biicode
Up to higher level directory
NameDateSize
cmake/05-Oct-2017
README.md05-Oct-2017626
support/05-Oct-2017

README.md

      1 Biicode C/C++ dependency manager
      2 =================================
      3 
      4 [![Build Status](https://webapi.biicode.com/v1/badges/fenix/fenix/flatbuffers/master)](https://www.biicode.com/fenix/flatbuffers)
      5 
      6 New with biicode? Check the [Getting Started Guide](http://docs.biicode.com/c++/gettingstarted.html).
      7 
      8 How to build it?
      9 ------------------
     10 Building it is too easy:
     11 
     12     $ git clone git (a] github.com:google/flatbuffers.git
     13     $ cd flatbuffers
     14     $ bii init -L && bii build
     15     $ ./bin/any_executable
     16 
     17 Or run its tests:
     18 
     19     $ bii test
     20 
     21 You can check [the examples/flatbuffers block](https://www.biicode.com/examples/flatbuffers).