From c8ea3fceafd5832461656d4a7c75d968df197430 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 29 Oct 2024 17:34:04 +0000 Subject: [PATCH] note win build line --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1f32baf..13a7113 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,18 @@ then check the build status here: On success, merge to master. +## Build for Windows + +Use the libvips Windows build system: + +https://github.com/libvips/build-win64-mxe/tree/master + +Clone and run: + +``` +./build.sh --with-disp all x86_64 shared +``` + ## TODO - skip unknown files on next / prev?