Follow simple steps to install cpprestsdk on Mac

Package Information:

Name: cpprestsdk
Use: C++ libraries for cloud-based client-server communication
URL: https://github.com/Microsoft/cpprestsdk

Installation Steps:

  1. Open Terminal.
  2. Run the following command

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

cpprestsdk is ready to use now!