Skip to content

Instantly share code, notes, and snippets.

@idleberg
Created November 14, 2017 22:21
Show Gist options
  • Save idleberg/593b1f6dd710a3f405db26e4724c6714 to your computer and use it in GitHub Desktop.
Save idleberg/593b1f6dd710a3f405db26e4724c6714 to your computer and use it in GitHub Desktop.
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