rapiz1 / DungeonRush

πŸ‘ΎπŸ A opensource game inspired by Snake, written in pure C with SDL
GNU General Public License v3.0
2k stars 294 forks source link

MacOS compiled binary #5

Open buttercrab opened 4 years ago

buttercrab commented 4 years ago

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 4 years ago

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 4 years ago

@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 4 years ago

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.