summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2022-06-24 11:08:53 +0800
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:21 -0400
commit249ce63ebb3d5666d5559184dd7c2c65e32695c2 (patch)
tree2bc21871771ce636d4ec654faa23ffbb6e49b92e
parent36945db7f9c89816af8e9b761281ae795e16dfea (diff)
downloadpango-249ce63ebb3d5666d5559184dd7c2c65e32695c2.tar.gz
README.win32.md: Mention about pixman on ARM64 builds
Sadly, building pixman for ARM64 Windows currently requires clang-cl, so let people know that they should not let Pango build pixman for them if they are building for ARM64 Windows.
-rw-r--r--README.win32.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.win32.md b/README.win32.md
index fd2a80d3..be5fdb28 100644
--- a/README.win32.md
+++ b/README.win32.md
@@ -32,7 +32,12 @@ properly setup for such builds (please refer to the Meson documentation
for further instructions). Support for introspection for ARM64 builds is
currently not supported, due to the lack of an official build of Python
for ARM64 Windows, and introspection builds are currently not supported
-for any cross-builds.
+for any cross-builds. It is highly recommended that you build pixman,
+which is a dependency of Cairo beforehand and ensure that its pkg-config
+file can be found when building for ARM64, if Cairo is not installed
+beforehand, as currently building pixman for ARM64 Windows require using
+`clang-cl` (note that this is not strictly necessary for x86/x64 Windows
+builds).
You will also need the following libraries installed with their headers
and import libraries, and their DLLs, if applicable, needs to be found in