Browser-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 7: Zeile 7:
 
==Installation==
 
==Installation==
 
<pre>cd $SOURCEDIR
 
<pre>cd $SOURCEDIR
tar jxvf lynx-cur.tar.bz2
+
tar jxvf lynx-<VERSION>.tar.bz2
cd lynx2-8-5
+
cd lynx-<VERSION>
 
./configure --prefix=/usr/local \
 
./configure --prefix=/usr/local \
 
             --enable-color-style \
 
             --enable-color-style \

Version vom 29. September 2004, 15:43 Uhr

Inhaltsverzeichnis

Beschreibung

Aufsatz für den Textbasierten Browser Lynx.

Browser-plugin.jpg

Hardwareanforderungen

Softwareanforderungen

  • lynx

Installation

cd $SOURCEDIR
tar jxvf lynx-<VERSION>.tar.bz2
cd lynx-<VERSION>
./configure --prefix=/usr/local \
            --enable-color-style \
            --enable-justify-elts \
            --enable-scrollbar
make
make install

Aufzurufende Adressen werden in folgender KonfigurationsDatei gespeichert: /etc/vdr/plugins/browser.conf

Probleme

Links

[1] http://lynx.browser.org Homepage -> lynx
[2] ftp://ftp.eu.uu.net/pub/unix/www/lynx/current Aktuelle Versionen von lynx
[3] http://www.schaeben.info/vdr Homepage des Plugins