bugzmanov / nes_ebook

A mini book on writing NES emulator using rust lang
https://bugzmanov.github.io/nes_ebook/index.html
385 stars 68 forks source link

[M1 OSX] SDL2 Linker Error Fix #35

Closed CadenMilne04 closed 3 months ago

CadenMilne04 commented 5 months ago

Add this line to your bashrc or bash_profile: export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"

bugzmanov commented 3 months ago

Thank you for pointing this out. I've added a link and instruction that sdl2 dev lib needs to be installed as a per-requisite.