SimpleX-Chat/docs/CONTRIBUTING.md

14 lines
383 B
Markdown
Raw Normal View History

# 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 can be installed with `brew install openssl@1.1`