Newsticker-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
  
 
==Installation==
 
==Installation==
<pre>
+
<pre>cd /usr/local/src
 
tar xvzf wget-1.9.1.tar.gz
 
tar xvzf wget-1.9.1.tar.gz
 
cd wget-1.9.1
 
cd wget-1.9.1
 
./configure --prefix=/usr/local
 
./configure --prefix=/usr/local
 
make
 
make
make install
+
make install</pre>
</pre>
+
 
==Probleme==
 
==Probleme==
 
Keine bekannt.
 
Keine bekannt.

Version vom 19. August 2004, 21:25 Uhr

Inhaltsverzeichnis

Beschreibung

vdr.jpg

Hardwareanforderungen

Keine.

Softwareanforderungen

wget

Installation

cd /usr/local/src
tar xvzf wget-1.9.1.tar.gz
cd wget-1.9.1
./configure --prefix=/usr/local
make
make install

Probleme

Keine bekannt.

Links

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