EPUBCheck is a tool to validate the conformance of EPUB publications against the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used as a Java library.
EPUBCheck is a tool to validate the conformance of EPUB publications against the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used as a Java library.
To install epubcheck, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install epubcheck
To see what files were installed by epubcheck, run:
port contents epubcheck
To later upgrade epubcheck, run:
sudo port selfupdate && sudo port upgrade epubcheck
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.