2023-12-15 15:38:22 -05:00
|
|
|
# Intoduction
|
2023-12-14 17:22:43 -05:00
|
|
|
|
2023-12-15 15:38:22 -05:00
|
|
|
The Status Display on Raspberry Pi use the SDL (Simple DirectMedia Layer) C++ library
|
2023-12-14 17:22:43 -05:00
|
|
|
|
2023-12-15 15:38:22 -05:00
|
|
|
`sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev`
|
2023-12-14 17:22:43 -05:00
|
|
|
|
2023-12-15 15:38:22 -05:00
|
|
|
# To Compile
|
|
|
|
|
|
|
|
`make`
|