From 857aeea2e416eee1d2f3e645308ca87503da22bc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 25 Aug 2022 16:16:40 +0200 Subject: INSTALL.md: Add a note about M1 Macs --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 80ad9d29..491e3321 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -273,6 +273,11 @@ $ ninja -C build install The `export` commands ensure that the libraries installed via Homebrew can be found by CrystFEL's build system. +CrystFEL itself is compatible with M1 Macs, but some of the dependencies have +problems. Meson will try to build the dependencies anyway, resulting in a +failure. If this happens to you, add `--wrap-mode=nofallback` (as mentioned +above) to disable automatic building of dependencies. + Starting up ----------- -- cgit v1.2.3