mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
Add information about system wide libdeltachat
This commit is contained in:
10
README.md
10
README.md
@@ -79,6 +79,16 @@ For more commands type:
|
|||||||
> help
|
> 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
|
## Development
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user