diff options
author | Thomas White <taw@physics.org> | 2021-09-06 11:04:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-09-06 11:05:48 +0200 |
commit | d2a4e60eee2de111904bf7d6a456b5dae4186863 (patch) | |
tree | b5e97899c410f5d4847e844758c3573c9a733af2 /INSTALL.md | |
parent | 4f05eadcb6f94b24099e04b1bdfb2912be10c446 (diff) |
INSTALL.md: Update minimum Meson version
0.55 is required for wraps with patch_directory.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Dependencies Here are the mandatory dependencies - you cannot install CrystFEL without these: -* Either [CMake](https://cmake.org/) 3.12 or later or [Meson](https://mesonbuild.com/) 0.50.0 or later (Meson is preferred) +* Either [CMake](https://cmake.org/) 3.12 or later or [Meson](https://mesonbuild.com/) 0.55.0 or later (Meson is preferred) * [HDF5](https://www.hdfgroup.org/downloads/hdf5/) 1.8.0 or later (1.10.0 or later is required for many recent data formats which use the 'virtual data set' feature) * [GNU Scientific Library (GSL)](https://www.gnu.org/software/gsl/) * [Bison](https://www.gnu.org/software/bison/) 2.6 or later |