snes9xgit / snes9x

Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
http://www.snes9x.com
Other
2.63k stars 454 forks source link

When compiling, 1.62.3 requires portaudio, #902

Open IrenvanderBeekPXL opened 6 months ago

IrenvanderBeekPXL commented 6 months ago

Hello

According to the wiki, when compiling version 1.62.3, I don't need portaudio, but the cmake file crashes when I try to do it without portaudio. And when I try to install portaudio, it tries removing wine and brstm-conversion-tool, both of which I need for other stuff. Is there any way to work around this?

Thanks

bearoso commented 6 months ago

Did you use the -DUSE_PORTAUDIO=OFF flag to cmake to turn off compiling of portaudio?

IrenvanderBeekPXL commented 6 months ago

No I did not, I didn't know that was a thing

bearoso commented 6 months ago

Try cmake-gui when you're working with unfamiliar projects. It'll list a lot of compiling options that aren't documented anywhere.

IrenvanderBeekPXL commented 6 months ago

Okay, thanks for the tip. I will do that in the future if I don't forget