Lynx is a text based web browser.
Download (HTTP): http://lynx.isc.org/release/lynx2.8.5.tar.bz2
Download (FTP): ftp://lynx.isc.org/lynx/lynx2.8.5/lynx2.8.5.tar.bz2
Download size: 2.1 MB
Estimated Disk space required: 18 MB
Estimated build time: 0.45 SBU
OpenSSL-0.9.7d, GnuTLS (which needs libgpg-error, libgcrypt and opencdk, in that order.), MTA and Zip-2.3
Install Lynx by running the following commands.
./configure --prefix=/usr --libdir=/etc --with-zlib &&
make &&
make install &&
make docdir=/usr/share/doc/lynx-2.8.5/lynx_doc \
helpdir=/usr/share/doc/lynx-2.8.5/lynx_help install-doc &&
make docdir=/usr/share/doc/lynx-2.8.5/lynx_doc \
helpdir=/usr/share/doc/lynx-2.8.5/lynx_help install-help
--libdir=/etc: For some reason, the configure and make routine for lynx uses libdir as the prefix for the configuration file. We set this to /etc so that the system wide configuration file is /etc/lynx.cfg.
--with-zlib: This enables support for linking zlib into Lynx.
docdir=... helpdir=...: We set these variables to avoid getting the help and documentation files installed under /etc.
--with-ssl: This enables support for linking SSL into Lynx.
--with-gnutls: This enables support for linking GnuTLS into Lynx.
The Lynx package contains lynx .