Add OpenSSL for macOS description (#1370)

Co-authored-by: shark <shark@shark.work>
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
solus-hq 2022-11-18 22:29:02 +03:00 committed by GitHub
parent 0ad74d9538
commit c3244f1b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,10 @@ cp scripts/cabal.project.local.mac cabal.project.local
# cp scripts/cabal.project.local.linux cabal.project.local
```
## OpenSSL on MacOS
MacOS comes with LibreSSL as default, OpenSSL must be installed to compile SimpleX from source.
OpenSSL can be installed with `brew install openssl@1.1`
You will have to add `/opt/homebrew/opt/openssl@1.1/bin` to your PATH in order to have things working properly