mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
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:
parent
f07f846fd9
commit
a86bd1a50d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue