I've tried to compile in on Windows 10 (note I'm completely new to Cygwin).
I tried
and get the following error
What do I do? Also, I'm more comfortable in Linux and tried it there as well, failed . If running it on Linux is easier, I'll post the error I get there.
I tried
Code:
make.exe -f Makefile.cyg install
Code:
windres sil.rc -O coff -F pe-i386 -o sil.res make: windres: Command not found make: *** [Makefile.cyg:111: sil.res] Error 127
Comment