Could you please use some system of generating makefiles? I had to do some manual editing to get it to compile and I suspect that it is still making silly assumptions about where things are kept.
That's not enough. I actually had to add some libs to .pro file:
LIBS += -lmysqld \
-lcrypt \
-ldl \
-lrt \
-lssl \
-lcrypto
Using Archlinux. Compiles well, looks nice :)
but this is apparently initial release.
Ratings & Comments
3 Comments
Could you please use some system of generating makefiles? I had to do some manual editing to get it to compile and I suspect that it is still making silly assumptions about where things are kept.
I deleted the Makefile. To generate it use the command 'qmake shinyPlayer.pro' in a terminal.
That's not enough. I actually had to add some libs to .pro file: LIBS += -lmysqld \ -lcrypt \ -ldl \ -lrt \ -lssl \ -lcrypto Using Archlinux. Compiles well, looks nice :) but this is apparently initial release.