Easy Steps to Install blitz on Mac

Package Information:

Name: blitz
Use: C++ class library for scientific computing
URL: https://blitz.sourceforge.io

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install blitz using brew
    brew install blitz

blitz is ready to use now!