Need build-essential

This commit is contained in:
Tony Garnock-Jones 2021-08-20 11:38:57 -04:00
parent 3348a485df
commit 0fbdfacb70
1 changed files with 1 additions and 1 deletions

View File

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