aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-06 11:04:47 +0200
committerThomas White <taw@physics.org>2021-09-06 11:05:48 +0200
commitd2a4e60eee2de111904bf7d6a456b5dae4186863 (patch)
treeb5e97899c410f5d4847e844758c3573c9a733af2 /INSTALL.md
parent4f05eadcb6f94b24099e04b1bdfb2912be10c446 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8cba45b9..ee5ddf21 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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