Easy steps to install s2geometry package on Mac

Package Information:

Application Name – s2geometry
What is s2geometry – … geometry and spatial indexing on the sphere – google/s2geometry. … Thorough testing has only been done on Ubuntu 14.04.3 and macOS 10.12.
Use of s2geometry – Computational geometry and spatial indexing on the sphere
URL – https://github.com/google/s2geometry

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 s2geometry using brew
    brew install s2geometry

s2geometry  is ready to use now!