-
Notifications
You must be signed in to change notification settings - Fork 122
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
Comments
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 |
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 |
ill try that later, im on my school laptop right now bc im moving and the
computer hasn't got set up yet
…On Sat, Nov 13, 2021 at 10:16 AM TheAwesome98 ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AULMR7COU5E7UPYK6VI5GADULY3I7ANCNFSM47W7W2NQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Build on M1 Mac running macOS Monterey 12.3 |
i dont know how to do this on mac because I have no knowledge of coding/terminal. but I git cloned this respo ig
The text was updated successfully, but these errors were encountered: