Add information about system wide libdeltachat

This commit is contained in:
Jikstra
2021-07-20 19:33:14 +02:00
committed by link2xt
parent f88f4155ae
commit 3647aac4e6

View File

@@ -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