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 do i run this on mac? #24

Open
brickyosu opened this issue Jul 2, 2021 · 5 comments
Open

how do i run this on mac? #24

brickyosu opened this issue Jul 2, 2021 · 5 comments

Comments

@brickyosu
Copy link

i dont know how to do this on mac because I have no knowledge of coding/terminal. but I git cloned this respo ig

@TheAwesome98-Real
Copy link

run ./configure in the directory you cloned it in and that runs the configure makefile i think. then a macOS executable should be built somewhere. i havent built this myself yet because there are prebuilt binaries for linux

@Scyth3934
Copy link

Scyth3934 commented Nov 7, 2021

Agreed- I tried installing homebrew, then SDL (as it said "configure: error: *** SDL version 2 not found!"), but I wasn't able to get it to work even aftermoving SDL.framework to /library/frameworks. I'm at a complete loss as to what I should do now.

@TheAwesome98-Real
Copy link

Agreed- I tried installing homebrew, then SDL (as it said "configure: error: *** SDL version 2 not found!"), but I wasn't able to get it to work even aftermoving SDL.framework to /library/frameworks. I'm at a complete loss as to what I should do now.

if you have homebrew try running brew install sdl2 but idk since i don't have a mac

@brickyosu
Copy link
Author

brickyosu commented Nov 14, 2021 via email

@rgosens2
Copy link

rgosens2 commented Apr 9, 2024

Build on M1 Mac running macOS Monterey 12.3
$ brew install sdl2 wxWidgets
$ ./configure
$ make // makes executable in /src
$ make install // fails because of write permission
$ sound-of-sorting // from /src

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

4 participants