summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-16 13:19:54 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-16 13:19:54 -0400
commit368ae5c48bab45a0e1c8539de8a9490ac30c2fa0 (patch)
treef7db58cd939c6658f81f1902489b978bc99a2632
parent2dff0f5209fc652fbe921941deecebf6041e0abe (diff)
Updated the README file with build directions
-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
------------