Skip to content

Instantly share code, notes, and snippets.

@idleberg
Created November 14, 2017 22:21
Embed
What would you like to do?
Build ScummC on macOS
# Pre-requisites
brew install bison
brew link bison --force
# Clone ScummC
git clone https://github.com/AlbanBedel/scummc
cd scummc
# Build
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment