Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross compile windows 64 bit .exe from linux

I know that if I want to compile a 32 bit .exe for windows on Linux I can just install and use the mingw32 package (e.g. apt-get install mingw32) on linux. What if I want to compile a windows .exe that is 64 bit? Is there tools or a method to do this?

like image 356
Hannes de Jager Avatar asked Apr 22 '10 10:04

Hannes de Jager


1 Answers

It looks like my answer lies with the Mingw-w64 project which is available for host OSes Linux, Darwin & Windows

like image 120
Hannes de Jager Avatar answered Oct 20 '22 01:10

Hannes de Jager