you certainly need the all the prerequisites/development packages installed before you attempt to build or compile qtractor or any other project, including of course calf.
if you happen to be on a debian based distro (eg. ubuntu) then follow the lead as in this comment to install everything all in one single apt-get line ;)
also, to make it build with debug symbols you need to bootstrap with ./configure --enable-debug
hi Marco,
you certainly need the all the prerequisites/development packages installed before you attempt to build or compile qtractor or any other project, including of course calf.
if you happen to be on a debian based distro (eg. ubuntu) then follow the lead as in this comment to install everything all in one single apt-get line ;)
also, to make it build with debug symbols you need to bootstrap with
./configure --enable-debug