diff options
author | Thomas White <taw@physics.org> | 2021-09-03 16:40:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-09-03 17:05:10 +0200 |
commit | 4f05eadcb6f94b24099e04b1bdfb2912be10c446 (patch) | |
tree | a0bd070d590fcea5ebb93ca799e97a08364cfdb8 /INSTALL.md | |
parent | 229e384a98b3589734095b8bc8e48ad8118e7d2a (diff) |
Meson: Add libccp4c as a wrapped subproject
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -56,6 +56,12 @@ to download and install any of them separately from source. In particular, we emphatically recommend against trying to install GTK, Cairo, Pango or gdk-pixbuf from source. +If libccp4 is not available on the system and you compile using Meson, then +libccp4 will be downloaded and compiled automatically. If you don't want this, +add option `--wrap-mode=nofallback` when invoking Meson. See the Meson manual +for other possibilities, such as using locally-provided files instead of +downloading them. + We also do not recommend using dependencies from Conda/Anaconda. Do not activate any Conda environment before compiling CrystFEL, not even the "base" environment. Don't even "source" the Conda setup file before installing |