Installing flatbuffers on Mac using Brew

Package Information:

Name: flatbuffers
Use: FlatBuffers is an efficient cross platform serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python
URL: https://google.github.io/flatbuffers

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install flatbuffers using brew
    brew install flatbuffers

flatbuffers is ready to use now!