godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

Can I use mingw c compiler on windows

Open ElectriCherph opened this issue 3 years ago • 1 comments

I wanna use it because visual studio's download size is too large and also can I copy some code from an actual python program and would it work fine

ElectriCherph avatar Feb 23 '22 17:02 ElectriCherph

Hi @ElectriCherph !

I've never tried to use mingw on Windows. In the theory this should be okay, but you would have to modify the build scripts a bit given they make the assumption msvc is always used when on Windows (and mingw works like gcc)

touilleMan avatar Apr 10 '22 13:04 touilleMan