DungeonRush icon indicating copy to clipboard operation
DungeonRush copied to clipboard

MacOS compiled binary

Open buttercrab opened this issue 4 years ago β€’ 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.

buttercrab avatar Mar 04 '20 15:03 buttercrab

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

rapiz1 avatar Mar 05 '20 01:03 rapiz1

@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

fhefh2015 avatar Mar 22 '20 13:03 fhefh2015

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.

buttercrab avatar Mar 22 '20 14:03 buttercrab