9 lines
192 B
Markdown
9 lines
192 B
Markdown
# Intoduction
|
|
|
|
The Status Display on Raspberry Pi use the SDL (Simple DirectMedia Layer) C++ library
|
|
|
|
`sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev`
|
|
|
|
# To Compile
|
|
|
|
`make` |