diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-11-27 21:52:19 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-11-27 22:28:19 +0100 |
commit | f78fddd24558d5ca3b994a46b9747b259aa1e5dd (patch) | |
tree | de376ab666ed2d02b88d5642b871fae1c2332f1c /doc | |
parent | 56a2ac0bb51e85908dbd6f6d38fbe8b2b8572ae9 (diff) |
Pin FLTK to 1.3 in homebrew
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.md b/doc/install.md index a80577f3..7a0250eb 100644 --- a/doc/install.md +++ b/doc/install.md @@ -144,7 +144,7 @@ autoconf and automake if you are building Dillo from the git repository. They are available in the Homebrew package manager: ``` -$ brew install autoconf automake fltk +$ brew install autoconf automake fltk@1.3 ``` For OpenSSL you can use either 1.1 or 3.X (recommended): |