We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:weatherboard_app [2015/01/28 10:34]
john1117 [How to build the PC Application for Ubuntu]
en:weatherboard_app [2015/01/28 10:35] (current)
john1117
Line 1: Line 1:
 +====== 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 
 +<​code>​ 
 +sudo apt-get install qt4-default qt4-designer libqwt-dev 
 +</​code>​ 
 +Build the weather board 
 +<​code>​ 
 +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 
 +</​code>​
en/weatherboard_app.txt · Last modified: 2015/01/28 10:35 by john1117
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0