How to compile on Windows?
cj1ne opened this issue · 3 comments
cj1ne commented
Hello, Thanks for your nice project.
I want to compile this project in windows.
But, I don't know how to compile this project in windows because window doesn't have 'make' commands.
Can you advice for me?
Thank u.
Gregwar commented
Hello,
Maybe you can give a try using MinGW with its gcc compiler
cj1ne commented
I understand that I can compile this when I command "make" in Cygwin or MinGW.
Thank u for reply, Gregwar.
Furthermore, If I want to develop this project in windows OS & Visual Studio, is it also possible?
Gregwar commented
That may be possible with adaptation in the code handling the terminal interractions