From 7731abe8dfca9e7f1971aa6507db3f0c5ef0e949 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 10 Feb 2022 08:42:17 +0000 Subject: [PATCH] revise meson notes again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23a81a56..14bd2e5e 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ install notes](https://libvips.github.io/libvips/install.html). # Building from source libvips uses the [Meson build system](https://mesonbuild.com), version 0.56 -or later. We suggest installing [`ninja`](https://ninja-build.org) for fast -compiles, but meson will use whatever make-like tool you have available. +or later. Meson can use [`ninja`](https://ninja-build.org), Visual Studio or +XCode as a backend, so you'll also need one of them. libvips must have `build-essential`, `pkg-config`, `libglib2.0-dev`, `libexpat1-dev`. See the **Dependencies** section below for a full list