#17601
Marv2.0
Guest

hi guys, could give me a hand? Here’s what i’ve so far:

– downloaded SDL2-2.0.3, extracted and copied it to my home directory (/pi/SDL2-2.0.3)
– copied CrazySpence’s SDL_udev.c into /src/core/linux (overwrote the original one)
– run “make” or “sudo make” from the /pi/SDL2-2.0.3 and get this error:

pi@raspberrypi ~/SDL2-2.0.3 $ make install
make: *** No rule to make target `install’. Stop.

i also tried “make” from /src/core/linux, but I get the same error. Do i need to copy a makefile somewhere?

Thanks all.