From 07decf7b367374e90e21e1230284fced4a00f128 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 7 Jul 2021 19:30:18 +0200 Subject: [PATCH] Add debian package build information in readme Add prerequisites for building a debian package. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d274168..5a3008e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ cargo b --release ``` ### 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 cargo deb ``` @@ -42,8 +49,7 @@ cargo b ``` or you can copy the produced binary somewhere else or link to them -from `target/{debug,release}/mqrs` depending on which -one you built. +from `target/{debug,release}/mqrs` depending on which one you built. ## Using `mqrs` Depending on which backend you want to use there are different subsets