blob: e3940d335c3490bdef94fb3f2145a35c2ec0e839 (
plain)
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
|
===================
Dillo web browser
===================
dillo-2.2.1 is the last of the dillo-2.x series:
The 2.x series were based on FLTK-2.0, which was never released.
Unfortunately this fact left dillo out of distro's native
packaging systems because of the sensible policy of not including
alpha software.
The core team decided to switch to the more modern FLTK-1.3 which
at this time, already saw its first release.
The development effort shifted to the dillo-3.x branch long ago,
and it became the active one (dillo-2.x is unmaintained).
The new dillo-3.0 will be available in a few weeks, when it
passes the final stages of the release process. It has shown
excellent stability and comes with some nice new features too.
Here's a list of some well-known problems:
* no FRAMES rendering
* no https (there's a barebones prototype).
-----
FLTK2
-----
The FLTK2 library is statically linked into Dillo2.
You can get it from fltk.org.
The recommended version is >= r6916. e.g. in:
http://fltk.org/software.php?VERSION=2.0.x-r6916
------------
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)
June, 2009
|