From 9b449db7ca8e39ac1066c6d66118736de953a891 Mon Sep 17 00:00:00 2001 From: David Moreno Montero Date: Mon, 25 Dec 2023 20:20:15 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dfe9b..306423e 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,17 @@ name=Network Export There are Debian packages at https://github.com/davidmoreno/rtpmidid/releases . They are available for Ubuntu 18.04 x64 and Raspbian 32bits, but may work -also on other systems. +also on other systems. Only the `rtpmidid_[version]_[arch].deb` file is needed. + +Install with: + +``` +dpkg -i rtpmidid.deb +apt -f install +``` + +Replace the rtpmidid.deb file with the name of the downloaded file. +`apt -f install` ensure that all dependencies are installed. To easy build there is a simple makefile, which can be invoked to compile with `make build` . Use `make` or `make help` to get help on commands.