Created
March 15, 2013 10:46
-
-
Save loicloic/5168957 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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