diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-24 18:03:06 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-30 01:37:15 +0100 |
commit | f2b9d3657d13ff36864894ec4c509aee815a9f2f (patch) | |
tree | 7f3108c45b4d8c8b25c4cd2d8e50f245f9b4feb9 /doc/install.md | |
parent | 117745d843596eab1ef56e4e15f4df27b4600920 (diff) |
Add MacOS build instructions
Diffstat (limited to 'doc/install.md')
-rw-r--r-- | doc/install.md | 17 |
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 +``` |