crowning
Well-known member
no qmake no workie
Code:./autogen.sh ./configure make -j $(nproc)
how did you get the daemon compiled without these steps? there should be no makefile available without calling autogen.sh
I had to re-clone from git (for other reasons), and that's the deal:
v0.11.x branch:
Code:
./autogen.sh
./configure
make
master branch:
Code:
qmake
make