Vdrmail-plugin: Difference between revisions
Jump to navigation
Jump to search
(initial) |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
==Installation== |
==Installation== |
||
To install libpopc |
To install libpopc |
||
⚫ | |||
<pre> |
|||
tar xvzf libspopc-<VERSION>.tgz |
|||
⚫ | |||
cd libspopc-<VERSION> |
|||
make |
|||
cd libspopc-x.y.z |
|||
make |
make install |
||
⚫ | |||
make install |
|||
⚫ | |||
</pre> |
|||
For the plugin see [[plugin installation]] |
For the plugin see [[plugin installation]] |
||
Line 38: | Line 36: | ||
|} |
|} |
||
[[Category:Plugins]] |
[[Category:Outdated Plugins]] |
||
{{i18n|vdrmail-plugin}} |
|||
<!-- Link to german wiki page --> |
|||
[[de:Vdrmail-plugin]] |
Latest revision as of 11:36, 25 November 2013
Description
The VDRMail plugin is a plugin to read mail on the OSD of VDR.
Hardware requirements
Software requirements
- libpopc (pop3 client library)
Installation
To install libpopc
cd $SOURCEDIR tar xvzf libspopc-<VERSION>.tgz cd libspopc-<VERSION> make make install ldconfig
For the plugin see plugin installation
Problems
Links
[1] | http://www.dapeace.de | Plugin homepage |
[2] | http://linvdr.org/download/vdr-mail | Plugin download page (mirror) |
[3] | http://brouits.free.fr/libspopc/index.html | libpopc homepage |