Make an .exe file in linux terminal
-
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 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? -
@aha_1980
Thanks a lot dear friend. -
@aha_1980
what is your Idea about using Mingw? -
@aha_1980
what is your Idea about using Mingw?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
-
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
@aha_1980
Hi , Dear friend.
Thanks a lot.