Compiling without qmake
Hello there
I'm trying to build a minimal, gui-less Doomsday Engine. I did it in the past when it used cmake instead of qmake, but I'm not able to do it anymore.
Is it possible to specify it somehow? Are there compilation instructions for this?
thanks
I'm trying to build a minimal, gui-less Doomsday Engine. I did it in the past when it used cmake instead of qmake, but I'm not able to do it anymore.
Is it possible to specify it somehow? Are there compilation instructions for this?
thanks
Comments
qmake is the only way to build at the moment, and I haven't yet configured a GUI-free option: instead, you'll have to compile a regular build and use command line options to get rid of the GUI. It is in the plans however to add an option to create a real GUI-free executable.
thanks!