Skip to content

Instantly share code, notes, and snippets.

@idleberg
Created November 14, 2017 22:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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