PC Application for ubuntu

Qt based GUI application program can monitor and show the weather data graphically.

How to build the PC Application for Ubuntu

Install packages

sudo apt-get install qt4-default qt4-designer libqwt-dev

Build the weather board

export GIT_SSL_NO_VERIFY=1
git clone https://github.com/hardkernel/ODROID-SHOW
cd ODROID-SHOW/qt_weather
uic weather_board.ui > ui_weather_board.h
qmake
make
./weather_board