Digicam-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Softwareanforderungen) |
(→Installation) |
||
Zeile 6: | Zeile 6: | ||
==Installation== | ==Installation== | ||
− | + | <pre> | |
+ | cd $SOURCEDIR | ||
+ | tar jxvf libgphoto2-<VERSION>.tar.bz2 | ||
+ | cd libgphoto2-<VERSION>.tar.bz2 | ||
+ | ./configure --prefix=/usr/local | ||
+ | make | ||
+ | make install | ||
+ | cd /usr/include | ||
+ | ln -s gphoto2/* . | ||
+ | ldconfig | ||
+ | </pre> | ||
+ | |||
+ | ==Konfiguration== | ||
+ | <pre> | ||
+ | cp $SOURCEDIR/VDR/PLUGINS/src/digicam/examples/* /etc/vdr/plugins | ||
+ | </pre> | ||
==Probleme== | ==Probleme== |
Version vom 13. November 2004, 13:40 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
Softwareanforderungen
- libgphoto2
Installation
cd $SOURCEDIR tar jxvf libgphoto2-<VERSION>.tar.bz2 cd libgphoto2-<VERSION>.tar.bz2 ./configure --prefix=/usr/local make make install cd /usr/include ln -s gphoto2/* . ldconfig
Konfiguration
cp $SOURCEDIR/VDR/PLUGINS/src/digicam/examples/* /etc/vdr/plugins
Probleme
Links
[1] | http://turku.wi-bw.tfh-wildau.de/~pjuszack/digicam | Homepage des Plugins |