Closed phillipleblanc closed 2 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
Thanks, I'll update the README!
I needed to perform these steps to be able to build this project on my arm64 macOS: