From e788d96b6a768e3f4835b2f4dc9ca8b2157fe4d8 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 14 Jan 2023 06:18:46 +0000 Subject: [PATCH] note goi flag see https://github.com/libvips/libvips/issues/3276 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93ac8a49..854cd2b2 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ libvips must have `build-essential`, `pkg-config`, `libglib2.0-dev`, `libexpat1-dev`. See the **Dependencies** section below for a full list of the libvips optional dependencies. +libvips uses the GObject introspection mechanism by default, so you'll need +packages like `libgirepository1.0-dev`. Use `-Dintrospection=false` to +disable introspection support. + There are basic bash completions in `completions/`, see the README in there. ## Cheatsheet