File: README

package info (click to toggle)
dillo 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,860 kB
  • sloc: cpp: 28,313; ansic: 19,210; sh: 3,872; makefile: 577
file content (106 lines) | stat: -rw-r--r-- 2,345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
===================
 Dillo web browser
===================

Dillo is a multi-platform graphical web browser, known for its
speed and small footprint, that is developed with a focus on
personal security and privacy.

The dillo3 series uses version 1.3.x of the FLTK GUI toolkit
(http://fltk.org).

The core team currently plans to focus on implementing the CSS
feature of floating elements.  This will greatly improve
dillo's web page rendering since many sites have adopted floats
instead of tables. 

The core team welcomes developers willing to join our workforce. 


NOTE:  With  FLTK-1.3,  when  running  on X with Xft enabled (the
default),  font naming is more restricted than it was with FLTK2
as used by dillo2.  If your font_* preferences are no longer
working well, please try the fc-list command as it is shown in
dillorc.


  Here's a list of some old well-known problems of dillo:

         * no FRAMES rendering
         * no https (there's a barebones prototype).


-------
FLTK-1.3
-------

  You can get FLTK-1.3 here:

     http://fltk.org/software.php?VERSION=1.3.0


---------------------------
Building dillo from sources
---------------------------

  1.- Install fltk:

     tar zxvf fltk-1.3.0-source.tar.gz
     cd fltk-1.3.0
     less README.Unix.txt
     make
     sudo make install
     cd ..
    
  (don't configure fltk with --enable-cairo)

  2.- Then dillo3:

     tar jxvf dillo-3.0.2.tar.bz2
     cd dillo-3.0.2
     ./configure; make
     sudo make install-strip


------------
Dpi programs
------------

  These  are  installed by "make install". If you don't have root
access,  copy  "dillo"  and "dpid" to some directory in your path
and  install  the  dpis by running "./install-dpi-local" from the
top directory (they will be installed under ~/.dillo).


----
*BSD
----

  Dillo   compiles on *BSD systems; please report on this anyway,
and note that you'll need GNU make.

  If your dillo crashes or locks at times, just use:

    ./configure --disable-threaded-dns

  so dillo uses a single thread for name resolving.


-------
Solaris
-------

  Dillo may compile and run OK on Solaris but (please report):

    * use gmake (a symbolic link make -> gmake works OK)

  Solaris is very inconsistent so you may need to add/remove:

  -lrt -lposix4

  at link time.


Jorge.-
(jcid@dillo.org)
August, 2011