From ad022a5bdd39d87d6934ecaa2d3117c22a02fd46 Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Fri, 22 Nov 2024 18:40:01 +0000 Subject: [PATCH] deploy: 4f640c96d14e5d5005d8ba4694953e4c413c9ee9 --- docs/cli.html | 2 +- docs/contributing.html | 4 ++-- docs/lang/cs/cli.html | 2 +- docs/lang/cs/contributing.html | 4 ++-- docs/lang/fr/cli.html | 2 +- docs/lang/fr/contributing.html | 4 ++-- docs/lang/pl/cli.html | 2 +- docs/lang/pl/contributing.html | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/cli.html b/docs/cli.html index da80e6fd9e..80fefe21cd 100644 --- a/docs/cli.html +++ b/docs/cli.html @@ -967,7 +967,7 @@ git checkout stable cp scripts/cabal.project.local.linux cabal.project.local

On Mac:

-
brew install openssl@1.1
+
brew install openssl@3.0
 cp scripts/cabal.project.local.mac cabal.project.local
 

You may need to amend cabal.project.local to point to the actual openssl location.

diff --git a/docs/contributing.html b/docs/contributing.html index cbbb8f4840..66fd7238e5 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -868,8 +868,8 @@ window.addEventListener('scroll',changeHeaderBg);

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

+

OpenSSL can be installed with brew install openssl@3.0

+

You will have to add /opt/homebrew/opt/openssl@3.0/bin to your PATH in order to have things working properly

Project branches

In simplex-chat repo