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:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install flatbuffers using brew
brew install flatbuffers
flatbuffers is ready to use now!