From dfbbebde3f137d599995126aa4432e5db95b6a48 Mon Sep 17 00:00:00 2001 From: akash-akya Date: Thu, 11 Nov 2021 23:09:53 +0530 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 122d3f6..f6deec0 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,11 @@ This library is experimental and the code is not well tested, so you might exper ### Requirements -* libvips +* libvips with development headers + * **macOS**: using brew `brew install libvips` + * **Linux**: using deb `apt install libvips-dev` + + For more details see https://www.libvips.org/install.html * pkg-config * c compiler