Installing chmlib on Mac using Brew

Package Information:

Name: chmlib
Use: CHMLIB is a library for dealing with Microsoft ITSS/CHM format files.
URL: http://www.jedrea.com/chmlib

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

chmlib is ready to use now!