RoPod/Tutorials/Install SDL library

From Control Systems Technology Group
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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`