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