I can't find install instructions after I
git clone https://github.com/free-audio/clap.git
Just copying include/clap to /usr/local/include doesn't the trick completely.
Any hints?
hi, you don't need to install CLAP , it is included as a submodule in qtractor git! all you have to do is one of the following just once: a. from 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
cheers
ps. b. assumes you're sourceing the github repo for example--you may choose any other of your liking ;)
More information about text formats
re. Installing CLAP before building Qtractor with CLAP
hi, you don't need to install CLAP , it is included as a submodule in qtractor git! all you have to do is one of the following just once:
a. from 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
...cheers
ps. b. assumes you're sourceing the github repo for example--you may choose any other of your liking ;)
Add new comment