Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library. This port is just a shim port, installing symbolic links to the include area and libraries provided by the boost176 port.
Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library. This port is just a shim port, installing symbolic links to the include area and libraries provided by the boost176 port.
To install boost, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install boost
To see what files were installed by boost, run:
port contents boost
To later upgrade boost, run:
sudo port selfupdate && sudo port upgrade boost
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.