Hacker News new | ask | show | jobs
by khedoros1 3086 days ago
For reference, I got it running on my Linux system with the following changes:

Change LDFLAGS: LDFLAGS=`pkg-config sdl2 --libs --cflags` -g -lm

In interrupt.c, change the two #import lines to #include.