Add libraw dependency

libvips needs libraw otherwise sharp will fail to build
This commit is contained in:
Aaron Kaluszka
2026-01-24 23:21:12 -08:00
committed by Juhyung Park
parent 8a5ba16afd
commit d1290be513

View File

@@ -221,7 +221,7 @@ postgres=# \q
``` bash ``` bash
sudo add-apt-repository ppa:arter97/libvips sudo add-apt-repository ppa:arter97/libvips
sudo apt install libvips-dev sudo apt install libvips-dev libraw-dev
sudo apt remove libvips*t64 sudo apt remove libvips*t64
``` ```