The Dillo Web Browser The Dillo Web Browser

Dillo
9 years!

Home
Screenshots
Download
FAQ
Compatibility
Changelog
Current Plans
Mailing List
Fosdem 2005
LSM 2005
Donate

Users
Help
Icons
Bug meter

Bug Tracker
Bug Track Intro
View Entries
Bug Insertion
Volunteering

Developers
New Developer
Documentation *
Naming&Coding
Source repository
Dpi1 Spec
CSS Spec
Authors
Security contact

Related
Dillo in the Press!
Interview
Entrevista *
Links
Art

Hosted at:
[wearLab] @TZI

Site Statistics
Webmaster

anybrowser

Downloading Dillo

Dillo is following an evolving software model where every new version shall be better than the previous one; there's no place for unstable releases, so just keep up with the latest one: dillo-2.2

Packages

We provide packages for a few distributions. If it is not listed here, please check in a couple of days or try compiling from the sources.

Warning: When using packages that have SSL support enabled, HTTPS pages will be readable but certificates will not be checked.

  • OpenMoko: {opk} by Andreas Kemnade
Source code

Warnings:

  • do not configure fltk2 with --enable-cairo
  • if you configure dillo with --enable-ssl, HTTPS pages will be readable but certificates will not be checked.

Steps:

  1. Get the latest tarball (marked with a green arrow) from the source archive.
  2. Install FLTK2 following the first section of these directions
  3. Then dillo2:
       tar jxvf dillo-2.2.tar.bz2
       cd dillo-2.2
       ./autogen.sh; ./configure; make
       sudo make install-strip