RoPod/Tutorials/Install SDL library

From Control Systems Technology Group
Revision as of 13:06, 27 March 2017 by 20170140 (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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`