aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
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
-----------