RoPod/Tutorials/Install SDL library
Jump to navigation
Jump to search
RoPod Navigation:
Info
RoPod Configuration
Other
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`