A new year, a new system -- I'm trying to install SC from source again. I installed jack and lots of other goodies via the kxstudio repos. I installed everything else required (as documented here[1]) via apt as normal.
If I ask which version of Jack I'm running, it says version 2:
jeff@jeff-Inspiron-5567:~/installs/supercollider/build$ jackd -V
jackdmp version 1.9.12 tmpdir /dev/shm protocol 8
(According to this[2], Jack 1 version numbers start with a 0; Jack 2 version numbers start with a 1.)
But when I try to run cmake, I get a "No package 'jack' found" message. Below is what prints to screen; here[3] is a more detailed error log.
jeff@jeff-Inspiron-5567:~/installs/supercollider/build$ cmake ..
-- SuperCollider Version: 3.10.0
-- Building from branch develop, commit hash is b5880acb0
-- Build type defaulting to "RelWithDebInfo"
-- Compiling with Qt GUI
-- building boost libraries manually
-- using bundled libyaml-cpp
-- HIDAPI components:
-- linux hidraw
-- libudev stable: 1
-- Found UDev: /lib/x86_64-linux-gnu/libudev.so
-- include: /usr/include
-- hidapi_parser
-- Building with HID support
-- Using fftw3f
-- Checking for module 'jack'
-- No package 'jack' found
CMake Error at server/scsynth/CMakeLists.txt:21 (message):
Jack selected as audio API, but development files not found
-- Configuring incomplete, errors occurred!
See also "/home/jeff/installs/supercollider/build/CMakeFiles/CMakeOutput.log".
--
Jeff Brown | Jeffrey Benjamin Brown