Add gcc to from_scratch.md instructions (#303)

we need to make sure to have cc command for some steps
This commit is contained in:
Kalin Staykov 2024-03-29 15:24:41 +02:00 committed by GitHub
parent f07f846fd9
commit a86bd1a50d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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) ### Setup pict-rs (Optional)