The Dillo Web Browser The Dillo Web Browser

Dillo
9 years!

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

Bug Tracker
Bug Track Intro
View Entries
Bug Insertion
Volunteering

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

Users
Help
Icons
Bug meter

Related
Dillo in the Press!
Interview
Entrevista *
Links
Art

Hosted at:
[wearLab] @TZI

Site Statistics
Webmaster

anybrowser

The source repository has moved.

The Dillo project is now using Mercurial instead.

Old instructions for CVS

Check out from our server at wearLab!

First install the latest FLTK2:


 // download 2.0.x from http://www.fltk.org/software.php
 // (e.g. fltk-2.0.x-r6403.tar.bz2, recommended >= r6403)
 //
 // WARNING: do NOT configure FLTK2 with --enable-cairo

 tar jxvf fltk-2.0.x-r6403.tar.bz2
 cd fltk-2.0.x-r6403
 less README.unix
 make
 su
 make install
 exit
 cd ..
   

then dillo2:


 cvs -z3 -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo co dillo2

 cp -r dillo2 dillo2-cur
 find dillo2-cur -name CVS | xargs rm -R
 cd dillo2-cur; ./autogen.sh && ./configure && make
 su
 make install-strip
 exit
   

This way you can make and send patches like this:

  diff -pru dillo2 dillo2-cur > Patch-Name-Here


(if asked for a password, press ENTER)


You can also browse CVS contents with this web interface!