An implementation of the GDI+ API for Mono, an effort to create an open source implementation of the .NET Development Framework including a C# compiler.
An implementation of the GDI+ API for Mono, an effort to create an open source implementation of the .NET Development Framework including a C# compiler.
To install libgdiplus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgdiplus
To see what files were installed by libgdiplus, run:
port contents libgdiplus
To later upgrade libgdiplus, run:
sudo port selfupdate && sudo port upgrade libgdiplus
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.