Steps To Install amqp-cpp on Mac

Package Information:

Name: amqp-cpp
Use: C++ library for communicating with a RabbitMQ message broker
URL: https://github.com/CopernicaMarketingSoftware/AMQP-CPP

Installation Steps:

  1. Open Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install amqp-cpp using brew
    brew install amqp-cpp

amqp-cpp is ready to use now!