ASCII-Tetris icon indicating copy to clipboard operation
ASCII-Tetris copied to clipboard

How to compile on Windows?

Open cj1ne opened this issue 7 years ago • 3 comments

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.

cj1ne avatar Apr 05 '18 07:04 cj1ne

Hello, Maybe you can give a try using MinGW with its gcc compiler

Gregwar avatar Apr 05 '18 09:04 Gregwar

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?

cj1ne avatar Apr 05 '18 09:04 cj1ne

That may be possible with adaptation in the code handling the terminal interractions

Gregwar avatar Apr 05 '18 12:04 Gregwar