Easy steps to install vcpkg package on Mac
Package Information:
Application Name – vcpkg
What is vcpkg – Not Available for vcpkg
Use of vcpkg – C++ Library Manager
URL – https://github.com/microsoft/vcpkg
Installation Steps:
- Open Terminal using Spotlight search by pressing  <command+space>. Type terminal and hitEnterkey.
- Now, run following command to install homebrew (brew)
- Install vcpkg using brew
brew install vcpkg 

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

vcpkg is ready to use now!