Added libgexiv2-dev which is a dependency to build pict-rs (#107)

This commit is contained in:
Supreet Sethi 2021-10-25 21:55:00 +08:00 committed by GitHub
parent 298c6e1683
commit aae2800e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 ```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 adduser pictrs --system --disabled-login --no-create-home --group
mkdir /var/lib/pictrs-source mkdir /var/lib/pictrs-source
cd /var/lib/pictrs cd /var/lib/pictrs