Building dillo3 from the repo (Mercurial)
First install fltk-1.3:
(download)
tar zxvf fltk-1.3.3-source.tar.gz cd fltk-1.3.3 less README make sudo make install cd ..
Then dillo3:
hg clone http://hg.dillo.org/dillo dillo3 cd dillo3 ./autogen.sh; ./configure; make sudo make install-strip
This way you can make and send patches like this:
hg diff > Patch-Name-Here
You can also browse the repository contents with this web interface.
New to Mercurial?