I'm trying to compile some source code, and I'm getting the following error:
ld: library not found for -l:libpulse-simple.0.dylib
I've figured out that I need to install the "libpulse-simple.0.dylib" file (and probably some other files too) into my /usr/lib directory, but I can't figure out how to do that. I've already run brew install pulseaudio
, but is there another library I need to install?