Kick provies C++ containers and algorithms for light-weight or embedded systems
The kick library provides containers with better performance and a smaller footprint compared to much larger libraries (STL, C++ Standard Library, boost). Header-only files also make it easy to import kick into any existing project.
The kick library provides containers with better performance and a smaller footprint compared to much larger libraries (STL, C++ Standard Library, boost). Header-only files also make it easy to import kick into any existing project.
To install kick, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kick
To see what files were installed by kick, run:
port contents kick
To later upgrade kick, run:
sudo port selfupdate && sudo port upgrade kick
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.