Skip to content

Instantly share code, notes, and snippets.

@loicloic
Created March 15, 2013 10:46
Show Gist options
  • Save loicloic/5168957 to your computer and use it in GitHub Desktop.
Save loicloic/5168957 to your computer and use it in GitHub Desktop.
How to compile the QT version of Yabause for Mac OS X
1. Download yabause
git clone https://github.com/Guillaumito/yabause.git
2. Run ccmake and diable OpenGL
cd yabause/yabause
ccmake .
Scroll down to YAB_WANT_OPENGL and hit Enter to turn it OFF
Hit C to save the changes and Q to quit
(3.) Add a missing include to src/sndmac.c
#include <CoreAudio/CoreAudio.h>
4. Make
make
5. Get the App
If the build goes fine, Yabause.app will be in src/qt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment