Installing argp-standalone on Mac

Package Information:

Name: argp-standalone
Use: Standalone version of arguments parsing functions from GLIBC
URL: https://www.lysator.liu.se/~nisse/misc/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install argp-standalone using brew
    brew install argp-standalone

argp-standalone is ready to use now!