From f2b9d3657d13ff36864894ec4c509aee815a9f2f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 24 Dec 2023 18:03:06 +0100 Subject: Add MacOS build instructions --- doc/install.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/install.md b/doc/install.md index 4e3d6308..6005a4f1 100644 --- a/doc/install.md +++ b/doc/install.md @@ -91,3 +91,20 @@ Solaris is very inconsistent so you may need to add/remove: ``` at link time. + +## MacOS + +To build Dillo on MacOS you would need to get FLTK as well as +autoconf and automake if you are building Dillo from the git repository. +They are available in the brew package manager: + +``` +$ brew install autoconf automake fltk +``` + +For OpenSSL you can use either 1.1 or 3.X (recommended): + +``` +$ brew install openssl@1.1 +$ brew install openssl@3 +``` -- cgit v1.2.3