Vdrmail-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Monroe (Diskussion | Beiträge) K (Hierarchie) |
|||
| Zeile 4: | Zeile 4: | ||
Plugin um M@ils via OSD zu lesen. | Plugin um M@ils via OSD zu lesen. | ||
| + | <!-- ===Status=== --> | ||
<!-- | <!-- | ||
==Bilder== | ==Bilder== | ||
| Zeile 11: | Zeile 12: | ||
|} | |} | ||
--> | --> | ||
| − | + | <!-- ==Bedienung== --> | |
| + | <!-- ===[[SVDRP]] Befehle=== --> | ||
<!-- ==Hardwareanforderungen== --> | <!-- ==Hardwareanforderungen== --> | ||
| − | |||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* libpopc (pop3 client library) | * libpopc (pop3 client library) | ||
==Installation== | ==Installation== | ||
| − | + | * libspopc | |
| − | cd $SOURCEDIR | + | cd $SOURCEDIR |
| − | tar xvzf libspopc-<VERSION>.tgz | + | tar xvzf libspopc-<VERSION>.tgz |
| − | cd libspopc-<VERSION> | + | cd libspopc-<VERSION> |
| − | make | + | make |
| − | make install | + | make install |
| − | ldconfig | + | ldconfig |
| − | + | ||
| − | <!-- ==Optionen== --> | + | <!-- ===Optionen=== --> |
| − | <!-- ==Patches== --> | + | <!-- ===Patches=== --> |
<!-- ==Konfiguration== --> | <!-- ==Konfiguration== --> | ||
| − | <!-- ==Einstellungen== --> | + | <!-- ===Einstellungen=== --> |
| − | <!-- ==Parameter= | + | <!-- ===Parameter=== --> |
| − | + | <!-- ==Sonstiges== --> | |
| − | <!-- == | + | <!-- ===Probleme=== --> |
| − | <!-- ==Probleme== --> | + | <!-- ===Tipps=== --> |
| − | <!-- ==Tipps== --> | + | <!-- ===Wunschliste===--> |
| − | <!-- ==Wunschliste== --> | + | <!-- ===Snapshot=== --> |
| − | <!-- ==Snapshot== --> | + | |
==Links== | ==Links== | ||
Version vom 9. August 2006, 14:18 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Peter Seyringer
Plugin um M@ils via OSD zu lesen.
Softwareanforderungen
- libpopc (pop3 client library)
Installation
- libspopc
cd $SOURCEDIR tar xvzf libspopc-<VERSION>.tgz cd libspopc-<VERSION> make make install ldconfig