Easy Steps to Install cln on Mac

Package Information:

Name: cln
Use: CLN is a library for efficient computations with all kinds of numbers in arbitrary precision.
URL: http://www.ginac.de/CLN/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

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

cln is ready to use now!