openAV-ArtyFX icon indicating copy to clipboard operation
openAV-ArtyFX copied to clipboard

building with meson setup

Open noisecode3 opened this issue 2 years ago • 1 comments

    --buildtype=release \
    --prefix=/usr \
    -Dstrip=true

followed by DESTDIR=/tmp/package-artify ninja -C build -j8 install will not build/install the GUI. I know its not supported but it's the new way that is not depreciated or just use cmake? I get from carla /usr/lib64/lv2/artyfx.lv2/artyfx_ui.so: cannot open shared object file: No such file or directory

This was not an easy one to package, I use cmake for now will probably work. Please improve building a package and use only one build system.

noisecode3 avatar Aug 17 '23 21:08 noisecode3

Hi, Thanks for reporting. Yes agree, the current state is not optimal, and ideally the build should be clean and use only one build system. I'll leave this ticket open, but please note I'm rarely working on OpenAV software recently, so it is unlikely this will be fixed soon.

harryhaaren avatar Sep 15 '23 17:09 harryhaaren