LemmyNet / lemmy-docs

Documentation for Lemmy
https://join-lemmy.org/docs/en/index.html
GNU Affero General Public License v3.0
75 stars 89 forks source link

Add gcc to from_scratch.md instructions #303

Closed zinderic closed 7 months ago

zinderic commented 7 months ago

We need to have cc command for this step:

cargo build --release --features embed-pictrs

So installing gcc early on will help with that.