Flatbuffersのビルド
Flatbuffersはbrewでインストールすることもできるが,変更が激しく特定のバージョンを利用したいときがある.ビルドするときの覚書.
$ git clone git@github.com:google/flatbuffers.git
$ cd flatbuffers
$ cmake -G "Unix Makefiles"
$ make
$ ./flattests # ALL TESTS PASSED だったらOK
$ ./flatc help
Flatbuffersのビルド was originally published in All YoU Need Is D* on Medium, where people are continuing the conversation by highlighting and responding to this story.