wojciech-graj / doom-ascii

DooM in the terminal!
GNU General Public License v2.0
512 stars 24 forks source link

Make file error #3

Closed uspman closed 1 year ago

uspman commented 1 year ago

When I cd to src and try to make I get this error:

[Compiling i_main.c] make: gcc: No such file or directory make *** [Makefile:70: build/i_main.o] Error 127

wojciech-graj commented 1 year ago

make: gcc: No such file or directory It looks like you don't have gcc installed. Please install gcc, or use a different C compiler and set the appropriate variable in the makefile

uspman commented 1 year ago

Ahh sorry about that. Worked great thanks!