How to compile linux app using windows
Unsolved
General and Desktop
-
wrote on 20 Sept 2016, 18:42 last edited by
Hello, I want to compile linux version of my application using windows, the easiest way?
-
Hello, I want to compile linux version of my application using windows, the easiest way?
wrote on 20 Sept 2016, 18:49 last edited by@orzel1244
Use a virtual machine in my opinion. -
wrote on 20 Sept 2016, 18:50 last edited by
I have troubles with qt charts on linux :/
-
wrote on 20 Sept 2016, 18:54 last edited by
You can use MingW kit.
-
wrote on 20 Sept 2016, 18:59 last edited by
You will have to cross compile Qt itself
@orzel1244 said in How to compile linux app using windows:
I have troubles with qt charts on linux :/
It's probably easier for us to solve those troubles
-
wrote on 20 Sept 2016, 18:59 last edited by
Any easy way? I don't want to fuck few hours with compiler, do you know any good tutortial or something?
-
wrote on 20 Sept 2016, 19:26 last edited by
To build QtCharts calling
qmake CONFIG+=debug_and_release make debug make release make install
should be enough to build and install it
1/7