POCO aims to be for network-centric, cross-platform C++ software development what Apple's Cocoa is for Mac development, or Ruby on Rails is for Web development -- a powerful, yet easy to use platform to build your applications upon.
POCO aims to be for network-centric, cross-platform C++ software development what Apple's Cocoa is for Mac development, or Ruby on Rails is for Web development -- a powerful, yet easy to use platform to build your applications upon.
To install poco, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install poco
To see what files were installed by poco, run:
port contents poco
To later upgrade poco, run:
sudo port selfupdate && sudo port upgrade poco
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.