RoPod/Tutorials/Install SDL library

From Control Systems Technology Group
Jump to navigation Jump to search

SDL is a library that allows a more dynamic interface of the keyboard is SDL 1.2 (Important!!!).

sudo apt install libsdl1.2-dev 

then compile

 gcc -o keyboardtest keyboardtest.c `sdl-config --cflags
--libs`