rapiz1/DungeonRush

MacOS compiled binary

buttercrab opened this issue ยท 3 comments

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.

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 ).

@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

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.