Table of Contents
WEATHER Station
The WEATHER Station is PC program that you can see graphical weather data.
The binary executable file based on ARM.
https://github.com/hardkernel/WEATHER-BOARD/raw/master/qt_weather/prebuilt/qt_weather
Preparations
Update your ODROID-SHOW firmware
To use the WEATHER Station, The ODROID-SHOW firmware version must be 1.5 or higher
Building WEATHER Station
Install qt related packages
sudo apt-get install qt4-qmake libqwt-dev
Get WEATHER-BOARD sources
git clone https://github.com/hardkernel/WEATHER-BOARD
Make project file
cd WEATHER-BOARD/qt_weather qmake -project
Add qwt library in “qt_weather.pro”
echo "CONFIG += qwt" >> qt_weather.pro
Make
qmake make -j8