Make an .exe file in linux terminal
Unsolved
General and Desktop
-
Hi dear .
How can I compile and make an exe file for windows operating system in Linux in terminal?
I don't want use QT creator for compile . I want Use linux terminal for compiling QT project.
Is there any one help me? -
-
Hi @saeidparand,
The MXE project uses
MinGW-w64
.You can also use the MinGW toolchain standalone, but MXE already provides a lot of libraries, including Qt that can easily be cross-compiled with two or three commands.
I think for starters that's the easiest way.
Regards