====== PC Application for ubuntu ====== Qt based GUI application program can monitor and show the weather data graphically. {{ :en:weather_board_qt.png?600 |}} === 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