How do you compile ELISA from source?

That is essentially the question. I have downloaded the source from GitHub, and there doesn’t appear to be instructions on how to compile, and no Makefile.

pjk

KDE uses CMake to build projects, not make.

If your distribution is up-to-date enough, you might get away with just building it with CMake: Building KDE software manually | Developer

Otherwise you might need to try a different method: Building KDE software | Developer