JMPX icon indicating copy to clipboard operation
JMPX copied to clipboard

error: cannot find -llibopus

Open Al3ssandro99 opened this issue 5 years ago • 1 comments

Hi, I'd like to compile JMPX on Windows using Qt Creator, but when Qt compiles it, a warning "cannot find -llibopus" comes out. Did someone get the same problem? How can i solve it? Thanks

Al3ssandro99 avatar Jul 15 '20 18:07 Al3ssandro99

Looking through the repo I see libopus has been precompiled for 32bit but not for 64bit windows builds. I shouldn't have included either of them really. Anyway if your on windows and using MSYS2 then pacman -S mingw-w64-x86_64-opus should install into your system else you can build from source https://github.com/xiph/opus . On Linux say Debian based then something like sudo apt install libopus-dev should install it.

jontio avatar Jul 16 '20 22:07 jontio