Very good article! It helped me run DOOM on my machine. The only additional thing I had to do was to add flag "-std=gnu17" as with newest GCC (15.1 in my case) gnu23 is the default which treats "false" and "true" as keyword. So the custom boolean typedef from doomtype.h will fail to compile.
Very good article! It helped me run DOOM on my machine. The only additional thing I had to do was to add flag "-std=gnu17" as with newest GCC (15.1 in my case) gnu23 is the default which treats "false" and "true" as keyword. So the custom boolean typedef from doomtype.h will fail to compile.