From a86bd1a50d168b26fe0e5617c58bb50324404899 Mon Sep 17 00:00:00 2001 From: Kalin Staykov Date: Fri, 29 Mar 2024 15:24:41 +0200 Subject: [PATCH] Add gcc to from_scratch.md instructions (#303) we need to make sure to have cc command for some steps --- src/administration/from_scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/administration/from_scratch.md b/src/administration/from_scratch.md index e5f515c..06b9b58 100644 --- a/src/administration/from_scratch.md +++ b/src/administration/from_scratch.md @@ -55,7 +55,7 @@ For the Rust compiles, it is ideal to use a non-privileged Linux account on your protobuf-compiler may be required for Ubuntu 20.04 or 22.04 installs, please report testing in lemmy-docs issues. ``` -sudo apt install protobuf-compiler +sudo apt install protobuf-compiler gcc ``` ### Setup pict-rs (Optional)