I’m following the local setup instructions for mod-ui on Ubuntu.
‘https://github.com/moddevices/mod-ui/blob/master/README.rst’
But when it gets to the build step make
finds alsa and then jack is missing.
Should it be added to the deps listed at the start of the readme?
I installed ‘libasound2-dev’ & ‘libjack-dev’
I also needed to add jackd2
for jack_control
I’m happy to raise a PR
(modui-env) steve@SP4-MUSIC:~/mod-ui/utils$ make Package alsa was not found in the pkg-config search path. Perhaps you should add the directory containing
alsa.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘alsa’ found
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing jack.pc' to the PKG_CONFIG_PATH environment variable No package 'jack' found g++ utils_jack.cpp -Wall -Wextra -Wshadow -std=gnu++0x -fPIC -O3 -DHAVE_NEW_LILV -c -o utils_jack.cpp.o utils_jack.cpp:23:10: fatal error: alsa/asoundlib.h: No such file or directory #include <alsa/asoundlib.h> ^~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:27: recipe for target 'utils_jack.cpp.o' failed make: *** [utils_jack.cpp.o] Error 1