aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-08-25 16:16:40 +0200
committerThomas White <taw@physics.org>2022-08-25 16:16:40 +0200
commit857aeea2e416eee1d2f3e645308ca87503da22bc (patch)
tree5079cb5152e149c07cde54132dd9954e889f6a8e /INSTALL.md
parentce04f16968e806625163d27482ac5c75b8eb14e8 (diff)
INSTALL.md: Add a note about M1 Macs
Diffstat (limited to 'INSTALL.md')
-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
-----------