summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
index aa429731..e7adc8e2 100644
--- a/README
+++ b/README
@@ -25,6 +25,7 @@ stability and comes with some nice new features as well.
* no FRAMES rendering
* no https (there's a barebones prototype).
+
-----
FLTK2
-----
@@ -36,6 +37,29 @@ If not available from fltk.org, you can get it here:
http://www.dillo.org/dillo-2.x/fltk-2.0.x-r7513.tar.bz2
+--------------
+Building dillo
+--------------
+
+ 1.- Install fltk:
+
+ tar jxvf fltk-2.0.x-r7513.tar.bz2
+ cd fltk-2.0.x-r7513
+ less README.unix
+ make
+ sudo make install
+ cd ..
+
+ (don't configure fltk with --enable-cairo)
+
+ 2.- Then dillo2:
+
+ tar jxvf dillo-2.2.tar.bz2
+ cd dillo-2.2
+ ./autogen.sh; ./configure; make
+ sudo make install-strip
+
+
------------
Dpi programs
------------