LibGGI provides an opaque interface to the display's acceleration functions. It was originally intended to allow user programs to interface with KGI, the GGI Kernel Graphics Interface, but other display types can be easily used by loading the appropriate display target.
LibGGI provides an opaque interface to the display's acceleration functions. It was originally intended to allow user programs to interface with KGI, the GGI Kernel Graphics Interface, but other display types can be easily used by loading the appropriate display target.
To install libggi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libggi
To see what files were installed by libggi, run:
port contents libggi
To later upgrade libggi, run:
sudo port selfupdate && sudo port upgrade libggi
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.