mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
0ad74d9538
* docs: CLI compilation * update * remove BETA * amend CLI build steps
383 B
383 B
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