Cairo is a vector graphics library with cross-device output support
Cairo is a vector graphics library with cross-device output support. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).
Cairo is a vector graphics library with cross-device output support. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).
To install cairo-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cairo-devel
To see what files were installed by cairo-devel, run:
port contents cairo-devel
To later upgrade cairo-devel, run:
sudo port selfupdate && sudo port upgrade cairo-devel
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.