Easy Way To Install avro-cpp On Mac
Package Information:
Name: avro-cpp
Use: Apache Avro™ is a data serialization system
URL: https://avro.apache.org/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install avro-cpp using brew
brew install avro-cpp
avro-cpp is ready to use now!