Open coreybruce opened 1 year ago
Also noticed that on Arc h based systems it isn't finding fluidsynth
CMake Warning at CMakeLists.txt:44 (message):
The fluidsynth submodule wasn't initialised. Run `git submodule --init
--recursive` to use fluidsynth-lite, or add -DENABLE_SYSTEM_FLUIDSYNTH=ON
to use the system-provided FluidSynth library.
so I did
cmake -DENABLE_SYSTEM_FLUIDSYNTH=ON
but it still fails to run.
You could try to build it as Flatpak app.
You could try to build it as Flatpak app.
That wouldn't resolve the issue sadly especially if I wanted to build this as a AUR package
Hey I followed the build instructions for Linux and it fails to launch and ends with a segmentation fault.