mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
Added libgexiv2-dev which is a dependency to build pict-rs (#107)
This commit is contained in:
parent
298c6e1683
commit
aae2800e4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue