docs: helpful ubuntu packages for building

This commit is contained in:
Greg Heartsfield 2023-05-07 19:33:10 -05:00
parent 0582a891cc
commit 4d746fad85

View File

@ -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