Newsticker-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
 
==Installation==
 
==Installation==
 
<pre>cd $SOURCEDIR
 
<pre>cd $SOURCEDIR
tar xvzf wget-x.y.z.tar.gz
+
tar xvzf wget-<VERSION>.tar.gz
cd wget-x.y.z
+
cd wget-<VERSION>
 
./configure --prefix=/usr/local
 
./configure --prefix=/usr/local
 
make
 
make

Version vom 29. September 2004, 15:45 Uhr

Inhaltsverzeichnis

Beschreibung

Newsticker-plugin.jpg

Hardwareanforderungen

Softwareanforderungen

  • wget

Installation

cd $SOURCEDIR
tar xvzf wget-<VERSION>.tar.gz
cd wget-<VERSION>
./configure --prefix=/usr/local
make
make install

Probleme

Links

[1] http://www.gnu.org/software/wget/wget.html Kommandozeilen Download Manager wget
[2] http://www.wontorra.net/staticpages/index.php?page=newsticker Homepage des Plugins