From aae2800e4ee82ae7e5b1f8beb6631449bb39b9c4 Mon Sep 17 00:00:00 2001 From: Supreet Sethi Date: Mon, 25 Oct 2021 21:55:00 +0800 Subject: [PATCH] Added libgexiv2-dev which is a dependency to build pict-rs (#107) --- src/en/administration/from_scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/administration/from_scratch.md b/src/en/administration/from_scratch.md index 7399558..a5211e3 100644 --- a/src/en/administration/from_scratch.md +++ b/src/en/administration/from_scratch.md @@ -148,7 +148,7 @@ Now open your Lemmy domain in the browser, and it should show you a configuratio Pict-rs requires a newer Rust version than the one available in Ubuntu 20.04 repos. So you need to install [Rustup](https://rustup.rs/) which installs the toolchain for you. ```bash -apt install ffmpeg exiftool --no-install-recommends +apt install ffmpeg exiftool libgexiv2-dev --no-install-recommends adduser pictrs --system --disabled-login --no-create-home --group mkdir /var/lib/pictrs-source cd /var/lib/pictrs