Guide To Install fizmo On Mac using Brew
Package Information:
Name: fizmo
Use: Fizmo provides a Z-Machine interpreter development library in plain C along with ncurses-, SDL2- and console-based frontends, supporting Z-Machine versions 1 to 5, 7 and 8.
URL: https://fizmo.spellbreaker.org
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fizmo using brew
brew install fizmo
fizmo is ready to use now!