/checkup

A tool to display useful information on a raspberry pi (Traffic, Train, Weather, etc.)

Primary LanguageC++

checkup

A tool to display useful information on a raspberry pi (Traffic, Train, Weather, etc.)

Instructions

Set up your personal info in the data/config.json file (tokens, locations).

Install the following packages

On Linux:

sudo apt-get install ruby
sudo apt-get install cmake
sudo apt-get install g++
sudo apt-get install libcurl-openssl-dev
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev

To compile on windows run in the root folder

On Windows:

ruby make.rb --compiler vc15

or

ruby make.rb --compiler vc14

On Linux:

ruby make.rb --compiler makefile --platform linux

or

ruby make.rb -c makefile -p linux