Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run pcmaudio-tiny2 on Mac (not-an-issue) #1

Open
limitedeternity opened this issue Dec 30, 2019 · 0 comments
Open

How to run pcmaudio-tiny2 on Mac (not-an-issue) #1

limitedeternity opened this issue Dec 30, 2019 · 0 comments

Comments

@limitedeternity
Copy link

  1. Set up SDL2.

  2. Download pcmaudio-tiny2.cc as pcmaudio-tiny2.cpp.

  3. Replace on line 1: #include <SDL.h> --> #include <SDL2/SDL.h>

  4. Compile: g++ -Wall -g -std=c++11 pcmaudio-tiny2.cpp -o pcm -F/Library/Frameworks -framework SDL2

  5. Run: ./pcm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant