You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to make the following changes on the makefile to be able to compile with ming32-make on win7:
-change relative paths from ../ to ..\
-change rm -f command to del
-$(CC) was not recognised, I changed the line to gcc
To avoid messing with the makefile, I tried to compile through Cygwin but file conio.h was not found (it's a windows file), so I changed it to curses.h but then some function calls were not identified, so I gave up on this approach although it's probably simple to correct/modify.
The text was updated successfully, but these errors were encountered:
I had to make the following changes on the makefile to be able to compile with ming32-make on win7:
-change relative paths from ../ to ..\
-change rm -f command to del
-$(CC) was not recognised, I changed the line to gcc
To avoid messing with the makefile, I tried to compile through Cygwin but file conio.h was not found (it's a windows file), so I changed it to curses.h but then some function calls were not identified, so I gave up on this approach although it's probably simple to correct/modify.
The text was updated successfully, but these errors were encountered: