Get cbmbasic installed on Mac using Brew
Package Information:
Name: cbmbasic
Use: cbmbasic, a portable version of Commodore’s version of Microsoft BASIC 6502 as found on the Commodore 64
URL: https://github.com/mist64/cbmbasic
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cbmbasic using brew
brew install cbmbasic
cbmbasic is ready to use now!