| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| cmake/ | 03-May-2024 | - | 18 | 16 | ||
| support/ | 03-May-2024 | - | 30 | 13 | ||
| README.md | D | 03-May-2024 | 626 | 21 | 14 |
README.md
1Biicode C/C++ dependency manager 2================================= 3 4[](https://www.biicode.com/fenix/flatbuffers) 5 6New with biicode? Check the [Getting Started Guide](http://docs.biicode.com/c++/gettingstarted.html). 7 8How to build it? 9------------------ 10Building it is too easy: 11 12 $ git clone git@github.com:google/flatbuffers.git 13 $ cd flatbuffers 14 $ bii init -L && bii build 15 $ ./bin/any_executable 16 17Or run its tests: 18 19 $ bii test 20 21You can check [the examples/flatbuffers block](https://www.biicode.com/examples/flatbuffers).