michelhe / rustboyadvance-ng

RustBoyAdvance-NG is a Nintendo™ Game Boy Advance emulator and debugger, written in the rust programming language.
MIT License
605 stars 23 forks source link

Building on macOS arm64 #174

Closed phillipleblanc closed 2 months ago

phillipleblanc commented 9 months ago

I needed to perform these steps to be able to build this project on my arm64 macOS:

brew install SDL2 SDL2_image
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
cargo run --release -- path/to/rom
michelhe commented 2 months ago

Thanks, I'll update the README!