aboutsummaryrefslogtreecommitdiff
path: root/doc/install.md
AgeCommit message (Collapse)Author
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.