Weather-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
m |
||
| Line 11: | Line 11: | ||
==Installation== | ==Installation== | ||
To install ftplib | To install ftplib | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf ftplib-<VERSION>-src.tar.gz |
| - | tar xvzf ftplib-<VERSION>-src.tar.gz | + | cd ftplib-<VERSION>/linux |
| - | cd ftplib-<VERSION>/linux | + | make |
| - | make | + | make install |
| - | make install | + | |
| - | + | ||
and mdsplib | and mdsplib | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf mdsplib-<VERSION>.tar.gz |
| - | tar xvzf mdsplib-<VERSION>.tar.gz | + | cd mdsplib-<VERSION> |
| - | cd mdsplib-<VERSION> | + | make |
| - | make | + | make dmetar |
| - | make dmetar | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
For the plugin see [[plugin installation]]. | For the plugin see [[plugin installation]]. | ||
Revision as of 23:06, 30 November 2004
Contents |
Description
The weather plugin displays the current weather data for a selected area.
Hardware requirements
Software requirements
- ftplib
- mdsplib
Installation
To install ftplib
cd $SOURCEDIR tar xvzf ftplib-<VERSION>-src.tar.gz cd ftplib-<VERSION>/linux make make install
and mdsplib
cd $SOURCEDIR tar xvzf mdsplib-<VERSION>.tar.gz cd mdsplib-<VERSION> make make dmetar make install ldconfig
For the plugin see plugin installation.
Problems
Links
| [1] | http://www.moldaner.de/vdr | Plugin homepage |
| [2] | http://limulus.net/mdsplib | METAR Decoder Software |
| [3] | http://nbpfaus.net/~pfau/ftplib | ftplib |
