GNU internationalization (i18n) and localization (l10n) runtime library
gettext-runtime provides libintl, the GNU internationalization (i18n) and localization (l10n) runtime library. It is part of gettext, which is used for writing multilingual programs. To build applications that use gettext, the tools provided by the separate gettext port are required.
gettext-runtime provides libintl, the GNU internationalization (i18n) and localization (l10n) runtime library. It is part of gettext, which is used for writing multilingual programs. To build applications that use gettext, the tools provided by the separate gettext port are required.
To install gettext-runtime, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gettext-runtime
To see what files were installed by gettext-runtime, run:
port contents gettext-runtime
To later upgrade gettext-runtime, run:
sudo port selfupdate && sudo port upgrade gettext-runtime
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.