How do I invoke/run the compiled program(s) on Fedora? What is their name, location? There appears to be nothing in the README if I'm not using flatpack.
I'm compiling on Fedora 41 X86_64, without flatpack:
git clone
cd dsnote
mkdir build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DWITH_DESKTOP=ON
make
Usage instructions for the bash CLI would be helpful in README since I can't find any documentation beyond that file. Is there a wiki or a website?
I have tired google and AI, but nothing on how to run it, other than via flatpack which I can't use, anyway I compiled it so should not need it.