summaryrefslogtreecommitdiff
path: root/doc/install.md
AgeCommit message (Collapse)Author
2024-11-27Pin FLTK to 1.3 in homebrewRodrigo Arias Mallo
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
2024-11-24Add WebP to build dependenciesRodrigo Arias Mallo
2024-05-20Add workaround for OpenSSL in CygwinRodrigo Arias Mallo
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
2024-05-12Disable TLSv1.3 in MbedTLS 3.6.0 for nowRodrigo Arias Mallo
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
2024-05-08Update macOS dillo install instructionsMichael Yin
Dillo is now packaged (bottled) in Homebrew as seen here - https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/dillo.rb
2024-05-05Update macOS install instructionsMike Yin
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.
2024-04-10Remove libgif dependency from docsRodrigo Arias Mallo
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
2024-04-08Use build out of treeRodrigo Arias Mallo
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
2024-04-08Add Debian packages to install instructionsRodrigo Arias Mallo
2024-03-28Add Windows install instructionsRodrigo Arias Mallo
2023-12-30Extend install instructions for BSD systemsRodrigo Arias Mallo
We no longer include /usr/local/include by default, it must be specified to the configure script.
2023-12-30Add MacOS build instructionsRodrigo Arias Mallo
2023-12-30Mention OpenSSL 1.1 as supported libraryRodrigo Arias Mallo
2023-12-30Update build instructionsRodrigo Arias Mallo
2023-12-19Update README.md with dillo.org dead noticeRodrigo Arias Mallo
The official server is lost. Move install instructions to its own document.