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:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install chmlib using brew
brew install chmlib
chmlib is ready to use now!