Easy steps to install cassandra-cpp-driver package on Mac

Package Information:

Application Name – cassandra-cpp-driver
What is cassandra-cpp-driver – DataStax C/C++ Driver for Apache Cassandra® … Linux/Mac OS. The driver is known to build on CentOS/RHEL 6/7, Mac OS X 10.10/10.11 (Yosemite and El …
Use of cassandra-cpp-driver – DataStax C/C++ Driver for Apache Cassandra
URL – https://docs.datastax.com/en/developer/cpp-driver/latest

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install cassandra-cpp-driver using brew
    brew install cassandra-cpp-driver

cassandra-cpp-driver is ready to use now!