Age | Commit message (Collapse) | Author |
|
Homebrew has updated the default version of FLTK to 1.4, which is
causing rendering issues in Dillo. So for now, we build with FLTK 1.3 by
pinning it.
See: https://github.com/Homebrew/homebrew-core/pull/198029
See: https://github.com/dillo-browser/dillo/issues/246
|
|
|
|
Cygwin doesn't seem to support detached threads used by the threaded DNS
resolver at the same time the dynamic OpenSSL library is used. As a
workaround we suggest disabling the threaded DNS (will use the same
thread) if building with OpenSSL on Cygwin.
Fixes: https://github.com/dillo-browser/dillo/issues/172
|
|
In Mbed TLS 3.6.0 there is support for TLSv1.3 but it requires
special handling, so for now we disable it.
See: https://gitlab.alpinelinux.org/alpine/aports/-/commit/4dc36afaa81a4d73758b29fa77981d07dbae0080.patch
Fixes: https://github.com/dillo-browser/dillo/issues/158
|
|
Dillo is now packaged (bottled) in Homebrew as seen here -
https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/dillo.rb
|
|
On macOS, Homebrew will install OpenSSL to different locations depending
on which architecture you're on (Intel or ARM). It also doesn't put the
headers and library files in the default search path for gcc.
This added instruction in the doc/install.md aligns with a similar
instruction for BSD and is architecture and OpenSSL version agnostic
(because it just asks Homebrew to tell us what the prefix is).
pkg-config could easily work across platforms or the lookup could be
configured to test for homebrew, but I didn't want to make a much bigger
change to the autoconf script.
|
|
The libgif library is not needed as Dillo already has builtin GIF
support.
Fixes: https://github.com/dillo-browser/dillo/issues/128
Reported-by: dogma
|
|
The recommended way of building Dillo is to use a out-of-tree build, so
it can be removed and leave the source directory clean.
Fixes: https://github.com/dillo-browser/dillo/issues/125
|
|
|
|
|
|
We no longer include /usr/local/include by default, it must be specified
to the configure script.
|
|
|
|
|
|
|
|
The official server is lost. Move install instructions to its own
document.
|