Webepg-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(initial) |
(→Installation) |
||
Zeile 11: | Zeile 11: | ||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
==Installation== | ==Installation== | ||
+ | ===[[Arch-Linux]]=== | ||
+ | pacman -S curl | ||
+ | |||
+ | ===[[Crux]]=== | ||
+ | prt-get depinst curl | ||
+ | |||
+ | ===[[Debian]]=== | ||
+ | apt-get install libcurl | ||
+ | |||
+ | ===[[Gentoo]]=== | ||
+ | emerge curl | ||
+ | |||
+ | ===[[SuSE]]=== | ||
+ | yast -i curl-devel | ||
+ | |||
==Optionen== | ==Optionen== | ||
==Patches== | ==Patches== |
Version vom 16. Mai 2006, 19:01 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor(en): Marcel Witte, Emanuel Wontorra
Bilder
Hardwareanforderungen
Softwareanforderungen
Installation
Arch-Linux
pacman -S curl
Crux
prt-get depinst curl
Debian
apt-get install libcurl
Gentoo
emerge curl
SuSE
yast -i curl-devel