Compiling Code
We can use mingw to compile source code for Windows machines. The most popular compiler is x86_64-w64-mingw32-gcc.
Edit make file and add `CC=x86_64-w64-mingw32-gcc
`

Compile
make 2>/dev/null

Last updated
Was this helpful?
We can use mingw to compile source code for Windows machines. The most popular compiler is x86_64-w64-mingw32-gcc.
Edit make file and add `CC=x86_64-w64-mingw32-gcc
`
Compile
make 2>/dev/null
Last updated
Was this helpful?