Hacker News new | ask | show | jobs
by sacert 3089 days ago
You're right, I should've included that from the get-go. Included one now, hope it helps :)
1 comments

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.