YeLee / weather

Yet another weather OpenWeather
1 stars 1 forks source link

weather

Yet another weather forecast for OpenWeatherMap

Introduction 介绍

这是一个用Qt5写的天气预报程序

Build 编译

获取源代码

git clone https://github.com/YeLee/weather.git

编译weather_config配置前端

cd weather_config
qmake (系统默认qmake生成Makefile)
make
wget http://bulk.openweathermap.org/sample/city.list.json.gz (获取OpenWeatherMap城市列表文件)
sh newCityList.sh city.list.json.gz (SQLite3生成数据库文件)

编译weather主程序前端

cd weather
/usr/lib/qt5/bin/qmake (仅限Qt5版qmake)
make

Configure 配置程序

weather主程序、weather_config配置前端和weather_config.db城市列表数据库拷贝到同一目录下即可。

OpenWeatherMap去申请一个免费的APPID。

打开weather_config,配置程序:

Running 运行程序

使用一台联网的计算机打开weather,点击托盘菜单的Show即可查看天气信息