summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2023-12-24 18:03:06 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2023-12-30 01:37:15 +0100
commitf2b9d3657d13ff36864894ec4c509aee815a9f2f (patch)
tree7f3108c45b4d8c8b25c4cd2d8e50f245f9b4feb9
parent117745d843596eab1ef56e4e15f4df27b4600920 (diff)
Add MacOS build instructions
-rw-r--r--doc/install.md17
1 files changed, 17 insertions, 0 deletions
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
+```