Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.
Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.
To install squirrel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install squirrel
To see what files were installed by squirrel, run:
port contents squirrel
To later upgrade squirrel, run:
sudo port selfupdate && sudo port upgrade squirrel
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.