GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, part of the KDE project, but is now being developed independently.
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, part of the KDE project, but is now being developed independently.
To install libgtkhtml3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgtkhtml3
To see what files were installed by libgtkhtml3, run:
port contents libgtkhtml3
To later upgrade libgtkhtml3, run:
sudo port selfupdate && sudo port upgrade libgtkhtml3
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.