From 0fbdfacb70d388f30c3f82e90bfc8ec9726fec14 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 20 Aug 2021 11:38:57 -0400 Subject: [PATCH] Need build-essential --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d55d78..904321a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ on a few nightly-only features of Rust, so I use `rustup` to get a nightly toolchain, and then use that: # compiling syndicate-server from source needs these things: - apt install libssl-dev pkg-config curl + apt install libssl-dev pkg-config curl build-essential # this is the command-line given by https://rustup.rs/: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh