* Lang subfolder ; SERVER_fr.md ; fix minor typos * fix the fix * fix img src * CONTRIBUTING_fr * SQL_fr ; fix rev date * WEBRTC_fr.md ; rev date * CLI_fr ; rev date * fix table content link and sum img src * fix * fixing the fix am i dumb? * polishing... * README_fr.md (save) * Update README_fr.md * README_fr ; starting SIMPLEX_FR ; link fix * update README (en+fr) * Blog README_fr ; translators link * typo * SIMPLEX_fr ; fixes * last fixes * rename folder * rename files/links * update line * remove ... --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
22 lines
690 B
Markdown
22 lines
690 B
Markdown
| Updated 31.01.2023 | Languages: EN, [FR](/docs/lang/fr/CONTRIBUTING.md) |
|
|
|
|
# Contributing guide
|
|
|
|
## Compiling with SQLCipher encryption enabled
|
|
|
|
Add `cabal.project.local` to project root with the location of OpenSSL headers and libraries and flag setting encryption mode:
|
|
|
|
```
|
|
cp scripts/cabal.project.local.mac cabal.project.local
|
|
# or
|
|
# 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
|