Add debian package build information in readme
Add prerequisites for building a debian package.
This commit is contained in:
parent
9aae14feae
commit
07decf7b36
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -19,6 +19,13 @@ cargo b --release
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build the `mqrs` Debian package
|
### Build the `mqrs` Debian package
|
||||||
|
For that [`cargo-deb`](https://github.com/mmstick/cargo-deb) is
|
||||||
|
required, which can be installed with:
|
||||||
|
```sh
|
||||||
|
cargo install cargo-deb
|
||||||
|
```
|
||||||
|
|
||||||
|
A Debian package can be built with:
|
||||||
```sh
|
```sh
|
||||||
cargo deb
|
cargo deb
|
||||||
```
|
```
|
||||||
|
@ -42,8 +49,7 @@ cargo b
|
||||||
```
|
```
|
||||||
|
|
||||||
or you can copy the produced binary somewhere else or link to them
|
or you can copy the produced binary somewhere else or link to them
|
||||||
from `target/{debug,release}/mqrs` depending on which
|
from `target/{debug,release}/mqrs` depending on which one you built.
|
||||||
one you built.
|
|
||||||
|
|
||||||
## Using `mqrs`
|
## Using `mqrs`
|
||||||
Depending on which backend you want to use there are different subsets
|
Depending on which backend you want to use there are different subsets
|
||||||
|
|
Loading…
Reference in a new issue