LibGGIMisc is a place to put support for graphics target features which are not deserving their own special extensions. Right now this means basically some VGA adaptor features -- getting and waiting for the raster position, using a hardware horizontal splitline feature, and loading/unloading font data from hardware text modes.
LibGGIMisc is a place to put support for graphics target features which are not deserving their own special extensions. Right now this means basically some VGA adaptor features -- getting and waiting for the raster position, using a hardware horizontal splitline feature, and loading/unloading font data from hardware text modes.
To install libggimisc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libggimisc
To see what files were installed by libggimisc, run:
port contents libggimisc
To later upgrade libggimisc, run:
sudo port selfupdate && sudo port upgrade libggimisc
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.