From 3647aac4e6b7546638a2aec5d1af1c3661721a8b Mon Sep 17 00:00:00 2001 From: Jikstra <34889164+Jikstra@users.noreply.github.com> Date: Tue, 20 Jul 2021 19:33:14 +0200 Subject: [PATCH] Add information about system wide libdeltachat --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6134be3fc..5f34293cb 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,16 @@ For more commands type: > help ``` +## Installing libdeltachat system wide + +``` +$ git clone https://github.com/deltachat/deltachat-core-rust.git +$ cd deltachat-core-rust +$ cmake -B build . +$ cmake --build build +$ sudo cmake --install build +``` + ## Development ```sh