This commit is contained in:
epoberezkin
2024-11-22 18:40:01 +00:00
parent 5cc1de7585
commit ad022a5bdd
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -868,8 +868,8 @@ window.addEventListener('scroll',changeHeaderBg);
</code></pre>
<h2 id="openssl-on-macos" tabindex="-1">OpenSSL on MacOS</h2>
<p>MacOS comes with LibreSSL as default, OpenSSL must be installed to compile SimpleX from source.</p>
<p>OpenSSL can be installed with <code>brew install openssl@1.1</code></p>
<p>You will have to add <code>/opt/homebrew/opt/openssl@1.1/bin</code> to your PATH in order to have things working properly</p>
<p>OpenSSL can be installed with <code>brew install openssl@3.0</code></p>
<p>You will have to add <code>/opt/homebrew/opt/openssl@3.0/bin</code> to your PATH in order to have things working properly</p>
<h2 id="project-branches" tabindex="-1">Project branches</h2>
<p><strong>In simplex-chat repo</strong></p>
<ul>