MacOS compiled binary
buttercrab opened this issue ยท 3 comments
buttercrab commented
I've compiled this game for MacOS Catalina 10.15.3
Here's a google drive link for the binary.
Maybe it should work for all the other Macs.
rapiz1 commented
Thanks. I won't add this binary to the release page for security reasons. But I will leave this issue open for anyone who wants to refer to until an official build comes out ( which may not ).
fhefh2015 commented
@buttercrab
10.14.6is not work, the error message:
โ Downloads chmod +x snake
โ Downloads ./snake
dyld: Library not loaded: /usr/local/opt/sdl2_image/lib/libSDL2_image-2.0.0.dylib
Referenced from: /Users/aric/Downloads/./snake
Reason: image not found
[1] 55368 abort ./snake
buttercrab commented
That's because you didn't install sdl2_image
. I recreated same error from my computer when I uninstalled sdl2_image
. So, brew install sdl2_image
and other dependencies that is in README, then you could go without error.