mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Add -DCMAKE_INSTALL_PREFIX flag example to README
This commit is contained in:
@@ -84,7 +84,7 @@ For more commands type:
|
|||||||
```
|
```
|
||||||
$ git clone https://github.com/deltachat/deltachat-core-rust.git
|
$ git clone https://github.com/deltachat/deltachat-core-rust.git
|
||||||
$ cd deltachat-core-rust
|
$ cd deltachat-core-rust
|
||||||
$ cmake -B build .
|
$ cmake -B build . -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
$ cmake --build build
|
$ cmake --build build
|
||||||
$ sudo cmake --install build
|
$ sudo cmake --install build
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user