You are here

Add new comment

rncbc's picture

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 ;)