Dillo is a fast, small footprint graphical browser. Version 0.8.5 is now considered a very stable beta. Dillo does not support Java, JavaScript or CSS, and the current version does not support FTP, HTTPS or frames. It is, however, very fast and so is useful on older, slower machines. It supports downloads and can support cookies.
Dillo always interprets web pages as if they had the ISO-8859-1 encoding. Thus, it is useless for reading non-English web pages.
Download (HTTP): http://www.dillo.org/download/dillo-0.8.5.tar.bz2
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/dillo-0.8.5.tar.bz2
Download MD5 sum: d0ab7fa1d40b310deb891388604188f8
Download size: 415 KB
Estimated disk space required: 9.5 MB
Estimated build time: 0.2 SBU
OpenSSL-0.9.8d and Electric Fence
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dillo
Support for secure connections is considered experimental by Dillo's author. If you want the optional HTTPS support for Dillo and have OpenSSL-0.9.8d installed, run the following command:
sed -i -e "/#undef ENABLE_SSL/d" dpi/https.c
Install Dillo by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc/dillo && make
This package does not come with a test suite.
Now, as the root user:
make install && install -d -v -m755 /usr/share/doc/dillo-0.8.5 && install -v -m644 doc/{README,*.txt} /usr/share/doc/dillo-0.8.5
Last updated on 2007-02-02 05:00:08 -0600