OS: Opensuse Tumbleweed
qseq66 version: 0.99.25
On running the work.sh script, I received the following error
Message: Processing nsis...
Program makensis found: NO
nsis/meson.build:46:3: ERROR: Problem encountered: Could not find makensis
I don't have nsis available to install and I see that it creates a window installer. So I guess as a Linux user, I don't need it.
I removed
if use_gui
subdir('nsis')
endif
from the meson.build file and was able to install everything, as per instructions, fine. I think being able to create a windows binary need not be a requirement for a linux install, if that is what is going on.
OS: Opensuse Tumbleweed
qseq66 version: 0.99.25
On running the work.sh script, I received the following error
I don't have nsis available to install and I see that it creates a window installer. So I guess as a Linux user, I don't need it.
I removed
from the meson.build file and was able to install everything, as per instructions, fine. I think being able to create a windows binary need not be a requirement for a linux install, if that is what is going on.