summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 48e428cc..4b6b9dc8 100644
--- a/README.rst
+++ b/README.rst
@@ -46,6 +46,15 @@ A C++ toolchain: [required]
for libcamera: [required]
meson ninja-build python3-yaml
+ meson (>= 0.47) ninja-build python3-yaml
+
+ If your distribution doesn't provide a recent enough version of meson,
+ you can install or upgrade it using pip3.
+
+ .. code::
+
+ pip3 install --user meson
+ pip3 install --user --upgrade meson
for device hotplug enumeration: [optional]
pkg-config libudev-dev