Browser-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
(M) |
||
| Zeile 9: | Zeile 9: | ||
==Installation== | ==Installation== | ||
| − | <pre> | + | <pre>cd /usr/local/src |
tar jxvf lynx-cur.tar.bz2 | tar jxvf lynx-cur.tar.bz2 | ||
cd lynx2-8-5 | cd lynx2-8-5 | ||
./configure --prefix=/usr/local --enable-color-style --enable-justify-elts --enable-scrollbar | ./configure --prefix=/usr/local --enable-color-style --enable-justify-elts --enable-scrollbar | ||
make | make | ||
| − | make install | + | make install</pre> |
| − | </pre> | + | |
==Probleme== | ==Probleme== | ||
Keine bekannt. | Keine bekannt. | ||
Version vom 19. August 2004, 20:34 Uhr
Inhaltsverzeichnis |
Beschreibung
Aufsatz für den Textbasierten Browser Lynx.
Hardwareanforderungen
Keine.
Softwareanforderungen
Lynx
Installation
cd /usr/local/src tar jxvf lynx-cur.tar.bz2 cd lynx2-8-5 ./configure --prefix=/usr/local --enable-color-style --enable-justify-elts --enable-scrollbar make make install
Probleme
Keine bekannt.
Links
| [1] | http://lynx.browser.org | Lynx Homepage |
| [2] | ftp://ftp.eu.uu.net/pub/unix/www/lynx/current | Aktuelle Versionen von Lynx |
| [3] | http://www.schaeben.info/vdr | Homepage des Plugins |