summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRicardo Ribalda <ricardo@ribalda.com>2020-09-24 16:42:41 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-09-24 21:07:53 +0300
commitb30c8b5848004fbd09bf49504adf23666cf5e87b (patch)
tree29fdefccac22d19f240f596660f7e5d59224435c /README.rst
parent4af45819d009bf5a0d2f61e044045c6accbb7142 (diff)
README: Unify dependency names
All the dependencies are for libcamera, so we should move all the packages under this paragraph, or make a paragraph for Meson, and a second one for python3-yaml. I think the later is more clear. Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 40d45196..93141eed 100644
--- a/README.rst
+++ b/README.rst
@@ -46,8 +46,8 @@ Other distributions may have differing package names:
A C++ toolchain: [required]
Either {g++, clang}
-for libcamera: [required]
- meson (>= 0.47) ninja-build python3-yaml
+Meson Build system: [required]
+ meson (>= 0.47) ninja-build
If your distribution doesn't provide a recent enough version of meson,
you can install or upgrade it using pip3.
@@ -57,6 +57,9 @@ for libcamera: [required]
pip3 install --user meson
pip3 install --user --upgrade meson
+for the libcamera core: [required]
+ python3-yaml
+
for device hotplug enumeration: [optional]
pkg-config libudev-dev