logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 37b1192b7bf7aa98fef0ca6c06d5b53719cb2e7b
parent ddedc575e7993a57aadb65853d3c57f19bf60e34
Author: fzorb fzorbius <fzorb@catin.space>
Date:   Wed,  9 Oct 2024 18:33:22 +0000

Should probably also include vips in the media/graphics packages section, as you need it to compile some library

Diffstat:

Mdocs/installation/freebsd_en.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md @@ -31,7 +31,7 @@ Setup the required services to automatically start at boot, using `sysrc(8)`. ### Install media / graphics packages (optional, see [`docs/installation/optional/media_graphics_packages.md`](../installation/optional/media_graphics_packages.md)) ```shell -# pkg install imagemagick ffmpeg p5-Image-ExifTool +# pkg install imagemagick ffmpeg p5-Image-ExifTool vips ``` ## Configuring Pleroma