Comment by dingdingdang
19 days ago
Yep. that's the route I tried before, no good, maybe it's just that the documentation is past it's sell by date, maybe it's lack of community use.. I'm just not seeing it. Even the article itself describes how to make an exe file... that will then work in Linux? Or is it simply a program that's easier to run on Wine? Loads of text with unclear details throughout it.
To make an elf, you use gcc. To make an exe, you use mingw.
The rest should be a matter of include and linker paths, but that's all I can recall right now.