From 4d746fad853d3cf1037e5e34e519ff52a965cfbd Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sun, 7 May 2023 19:33:10 -0500 Subject: [PATCH] docs: helpful ubuntu packages for building --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ec3cff4..09a66f7 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,11 @@ https://hub.docker.com/r/scsibug/nostr-rs-relay Building `nostr-rs-relay` requires an installation of Cargo & Rust: https://www.rust-lang.org/tools/install +The following OS packages will be helpful; on Debian/Ubuntu: +```console +$ sudo apt-get install build-essentials cmake protobuf-compiler pkg-config libssl-dev +``` + Clone this repository, and then build a release version of the relay: ```console