Add -DCMAKE_INSTALL_PREFIX flag example to README

This commit is contained in:
Jikstra
2021-08-01 16:01:07 +02:00
committed by GitHub
parent 0f0072f5a2
commit 0b5c4df432

View File

@@ -84,7 +84,7 @@ For more commands type:
```
$ git clone https://github.com/deltachat/deltachat-core-rust.git
$ cd deltachat-core-rust
$ cmake -B build .
$ cmake -B build . -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build
$ sudo cmake --install build
```