The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries.
The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not required for building tarball releases, unless configured to use maintainer-mode.
The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not required for building tarball releases, unless configured to use maintainer-mode.
To install mm-common, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mm-common
To see what files were installed by mm-common, run:
port contents mm-common
To later upgrade mm-common, run:
sudo port selfupdate && sudo port upgrade mm-common
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.