diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-16 13:19:54 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-16 13:19:54 -0400 |
commit | 368ae5c48bab45a0e1c8539de8a9490ac30c2fa0 (patch) | |
tree | f7db58cd939c6658f81f1902489b978bc99a2632 /README | |
parent | 2dff0f5209fc652fbe921941deecebf6041e0abe (diff) |
Updated the README file with build directions
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 ------------ |