The libcaca library is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library. libcaca provides the release version.
The libcaca library is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library. libcaca provides the release version.
To install libcaca, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libcaca
To see what files were installed by libcaca, run:
port contents libcaca
To later upgrade libcaca, run:
sudo port selfupdate && sudo port upgrade libcaca
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.