From b0783a8995370e2be1191ee83c39e64ea0107471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 Nov 2019 18:02:49 +0100 Subject: [PATCH] native-node-modules: Mention that Seshat requires SQLCipher. --- docs/native-node-modules.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/native-node-modules.md b/docs/native-node-modules.md index 1f7d54f07a..6e3dce4525 100644 --- a/docs/native-node-modules.md +++ b/docs/native-node-modules.md @@ -30,8 +30,11 @@ Since Seshat is written in Rust, the Rust compiler and related tools need to be installed before installing Seshat itself. To install Rust please consult the official Rust [documentation](https://www.rust-lang.org/tools/install). -After installing the compiler, Seshat support can be added using yarn inside -the `electron_app/` directory: +Seshat also depends on the SQLCipher library to store its data in encrypted form +on disk. You'll need to install it via your OS package manager. + +After installing the Rust compiler and SQLCipher, Seshat support can be added +using yarn inside the `electron_app/` directory: yarn add matrix-seshat