-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` |