Skip to content

Commit

Permalink
Add MacOS build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 24, 2023
1 parent dba5c9b commit 77117c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 first as well as
autoconf and automake if you are building Dillo from the git repository.
They are is available in the brew package manager:

```
$ brew install autoconf automake fltk
```

For OpenSSL you can use either:

```
$ brew install [email protected]
$ brew install openssl@3
```

0 comments on commit 77117c7

Please sign in to comment.