A library for dealing with Microsoft ITSS/CHM files
chmlib is a small library designed for accessing Microsoft ITSS files. The ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years.
chmlib is a small library designed for accessing Microsoft ITSS files. The ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years.
To install chmlib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chmlib
To see what files were installed by chmlib, run:
port contents chmlib
To later upgrade chmlib, run:
sudo port selfupdate && sudo port upgrade chmlib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.