pcwalton / sprocketnes

NES emulator written in Rust
MIT License
749 stars 55 forks source link

Mention speexdsp specifically instead of speex #32

Open jstasiak opened 5 years ago

jstasiak commented 5 years ago

Without this the project can't be built on Mac.

n8henrie commented 2 years ago

This would have saved me an hour or so. :+1:

EDIT: For future issue searchers: ld: library not found for -lspeexdsp (I had speex installed and could find the shared libraries in /opt/homebrew/lib, but speexdsp is a separate install).

EDIT2: On my M1 Mac: also needed to export RUSTFLAGS='-L /opt/homebrew/lib'