International Components for Unicode -- Legacy Version
International Components for Unicode -- Legacy Version. This port is the last version of icu that builds with c++03. It should be used only for bootstrapping or for software that is not compatible with c++11.
International Components for Unicode -- Legacy Version. This port is the last version of icu that builds with c++03. It should be used only for bootstrapping or for software that is not compatible with c++11.
To install icu58, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icu58
To see what files were installed by icu58, run:
port contents icu58
To later upgrade icu58, run:
sudo port selfupdate && sudo port upgrade icu58
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.