Skip to content

Instantly share code, notes, and snippets.

@unjello
Created December 2, 2017 13:06
Show Gist options
  • Save unjello/c159f35e7f436788e27d0afe3f1fa945 to your computer and use it in GitHub Desktop.
Save unjello/c159f35e7f436788e27d0afe3f1fa945 to your computer and use it in GitHub Desktop.
macOS: compile and install dosbox
#!/usr/bin/env sh
brew install autoconf automake sdl sdl_net sdl_sound zlib libpng ncurses
svn co http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk/ dosbox
cd dosbox
./configure --enable-debug --enable-core-inline
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment