From f78fddd24558d5ca3b994a46b9747b259aa1e5dd Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 27 Nov 2024 21:52:19 +0100 Subject: 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 --- doc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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): -- cgit v1.2.3