Emil224411 / Ll-connect

Lian Li AL V2 UNI HUB driver and gui for rgb/fan speed/motherboard sync control on linux
GNU General Public License v3.0
3 stars 0 forks source link

When attempting to make, getting "SDL2/SDL.h" missing error #1

Open sstratoti opened 1 month ago

sstratoti commented 1 month ago
gcc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os main.c
main.c:5:10: fatal error: SDL2/SDL.h: No such file or directory
    5 | #include <SDL2/SDL.h>
      |          ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:21: main.o] Error 1
Emil224411 commented 1 month ago

Do you have SDL2 installed?