jpcima / ADLplug

FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Boost Software License 1.0
426 stars 22 forks source link

-- Package 'jack', required by 'virtual:world', not found #80

Closed aljohnston112 closed 2 years ago

aljohnston112 commented 2 years ago

I am trying to build on Fedora. I have Jack-audio-connection-kit and qjackctl installed. pkg_check_modules(JACK jack REQUIRED) is the cmake line that fails. I do not know how to make pkg_check_modules succeed.

jpcima commented 2 years ago

Hi @aljohnston112 I believe it wants the package jack-audio-connection-kit-devel.

aljohnston112 commented 2 years ago

It did want the devel package. Thank you.