bvssvni / ld31

My entry for Ludum Dare 31
MIT License
9 stars 0 forks source link

Error when trying to execute the binary #1

Open oddic opened 9 years ago

oddic commented 9 years ago

Hey, I don't have much experience with low level things so I don't know if I'm doing something wrong, but I'm getting this error when I execute the binary:

dyld: Library not loaded: /usr/local/opt/sdl2_mixer/lib/libSDL2_mixer-2.0.0.dylib Referenced from: /Users/otis/Downloads/seabirdsbreakfast-osx/seabirdsbreakfast Reason: image not found [1] 16030 trace trap /Users/otis/Downloads/seabirdsbreakfast-osx/seabirdsbreakfast

bvssvni commented 9 years ago

I think you need to install SDL2. There are some instructions here https://github.com/AngryLawyer/rust-sdl2