From d1290be513c95970f3ddd6e006c20c488230c4b2 Mon Sep 17 00:00:00 2001 From: Aaron Kaluszka Date: Sat, 24 Jan 2026 23:21:12 -0800 Subject: [PATCH] Add libraw dependency libvips needs libraw otherwise sharp will fail to build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4b0dc..a0f78ec 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ postgres=# \q ``` bash sudo add-apt-repository ppa:arter97/libvips -sudo apt install libvips-dev +sudo apt install libvips-dev libraw-dev sudo apt remove libvips*t64 ```