|
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)
|