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-devel provides the libcaca GIT master branch and is typically updated monthly.
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-devel provides the libcaca GIT master branch and is typically updated monthly.
To install libcaca-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libcaca-devel
To see what files were installed by libcaca-devel, run:
port contents libcaca-devel
To later upgrade libcaca-devel, run:
sudo port selfupdate && sudo port upgrade libcaca-devel
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.