Build system for large project software construction
Boost.Build is a system for large project software construction, which is simple to use and powerfull. Boost.Build V2 is an onging project to rewrite Boost.Build, improving design and making it more extensible.
Boost.Build is a system for large project software construction, which is simple to use and powerfull. Boost.Build V2 is an onging project to rewrite Boost.Build, improving design and making it more extensible.
To install boost-build, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install boost-build
To see what files were installed by boost-build, run:
port contents boost-build
To later upgrade boost-build, run:
sudo port selfupdate && sudo port upgrade boost-build
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.