Multi-SNICS_Interlock/statusDisplay/README.md

8 lines
200 B
Markdown
Raw Normal View History

The Status Display on Raspberry Pi use the SDL C++ library
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
To Compile
g++ -o display display.cpp -lSDL2 -lSDL2_image -lSDL2_ttf