re. how to build Qtractor from git with CLAP nevertheless, for the record, you have to do is one of the following just once: a. on an existing working tree: git submodule update --init --recursive or b. clone into a brand new git working tree: git clone --recursive https://github.com/rncbc/qtractor ... hth. cheers ps. b. assumes you're sourcing from the github repo as an example--you may choose any other of your liking ;) Reply
nevertheless, for the record, you have to do is one of the following just once:
a. on an existing working tree:
git submodule update --init --recursive
or
b. clone into a brand new git working tree:
git clone --recursive https://github.com/rncbc/qtractor
...hth.
cheers
ps. b. assumes you're sourcing from the github repo as an example--you may choose any other of your liking ;)