You are here

how to build Qtractor from git with CLAP (experimental)

Never mind. The questions already been asked.

Sorry for the duplication.

Alex.

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

Add new comment