RoPod/Tutorials/Install SDL library: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(Created page with 'SDL is a library that allows a more dynamic interface of the keyboard is SDL 1.2 (Important!!!). <pre>sudo apt install libsdl1.2-dev </pre> then compile <pre> gcc -o keyboardt…')
(No difference)

Revision as of 13:06, 27 March 2017

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`