How to build Argontlunar 2 LV2 plugin on Debian #127
Replies: 4 comments 8 replies
-
|
you need to either clone recursively or init + update the git submodules after cloning |
Beta Was this translation helpful? Give feedback.
-
|
I proceeded with DISTRHO-Ports-Extra with git clone --recursive, copied the contents to /usr/src/distrho-extra. |
Beta Was this translation helpful? Give feedback.
-
|
Somehow DISTRHO-Ports-Extra does not match the build env from DISTRHO-Ports. DISTRHO-Ports-Extra uses make, and refers to scripts in |
Beta Was this translation helpful? Give feedback.
-
|
those extra plugins likely should be just ported back into the main project. I put them in the extra repo because at the time they were still actively maintained. but that is not the case anymore, so no need for the separation |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build the amd64 LV version of Argontlunar 2. I try to figure out what needs to be downloaded from DISTRHO and how I can build the plugin.
Is there a page which describes those steps?
What I tried so far:
git clone https://github.com/DISTRHO/DISTRHO-Ports.git
copy contents of directory DISTRHO-Ports to /usr/src
run sudo meson setup build --buildtype release
Following output is the result:
Beta Was this translation helpful? Give feedback.
All reactions