Library of useful things to hack the Blinkenlights
This library contains some code that you will find useful if you want to create any kind of software related to Blinkenlights. If you have never heard about Blinkenlights, you want to check the project's home page first.
This library contains some code that you will find useful if you want to create any kind of software related to Blinkenlights. If you have never heard about Blinkenlights, you want to check the project's home page first.
To install blib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install blib
To see what files were installed by blib, run:
port contents blib
To later upgrade blib, run:
sudo port selfupdate && sudo port upgrade blib
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.