Browser-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Zeile 7: | Zeile 7: | ||
==Installation== | ==Installation== | ||
<pre>cd $SOURCEDIR | <pre>cd $SOURCEDIR | ||
− | tar jxvf lynx- | + | tar jxvf lynx-<VERSION>.tar.bz2 |
− | cd | + | cd lynx-<VERSION> |
./configure --prefix=/usr/local \ | ./configure --prefix=/usr/local \ | ||
--enable-color-style \ | --enable-color-style \ |
Version vom 29. September 2004, 14:43 Uhr
Inhaltsverzeichnis |
Beschreibung
Aufsatz für den Textbasierten Browser Lynx.
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 |