aboutsummaryrefslogtreecommitdiff
path: root/doc/install.md
diff options
context:
space:
mode:
authorMichael Yin <mikeyin@mikeyin.org>2024-05-08 11:32:30 -0500
committerrodarima <rodarima@gmail.com>2024-05-08 20:04:49 +0200
commite44ed2b4e4c6589ee0a1b2f813617ecd335adbf0 (patch)
tree0d64aa51c37d657072e64bc76bdaec95b17bd48d /doc/install.md
parentfc6a26c98fc7aa03db11cab1e3be2a52051650e4 (diff)
Update macOS dillo install instructions
Dillo is now packaged (bottled) in Homebrew as seen here - https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/dillo.rb
Diffstat (limited to 'doc/install.md')
-rw-r--r--doc/install.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/install.md b/doc/install.md
index 76bd377c..e5bce883 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -130,6 +130,14 @@ at link time.
## MacOS
+Dillo is now packaged in [Homebrew](https://brew.sh/).
+
+```
+$ brew install dillo
+```
+
+### Building from source
+
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 Homebrew package manager: