libgdata is a GLib-based library for accessing online service APIs using the GData protocol --- most notably, Google's services.
libgdata is a GLib-based library for accessing online service APIs using the GData protocol --- most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support.
libgdata is a GLib-based library for accessing online service APIs using the GData protocol --- most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support.
To install libgdata, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgdata
To see what files were installed by libgdata, run:
port contents libgdata
To later upgrade libgdata, run:
sudo port selfupdate && sudo port upgrade libgdata
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.