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>
This commit is contained in:
parent
4af45819d0
commit
b30c8b5848
1 changed files with 5 additions and 2 deletions
|
@ -46,8 +46,8 @@ Other distributions may have differing package names:
|
||||||
A C++ toolchain: [required]
|
A C++ toolchain: [required]
|
||||||
Either {g++, clang}
|
Either {g++, clang}
|
||||||
|
|
||||||
for libcamera: [required]
|
Meson Build system: [required]
|
||||||
meson (>= 0.47) ninja-build python3-yaml
|
meson (>= 0.47) ninja-build
|
||||||
|
|
||||||
If your distribution doesn't provide a recent enough version of meson,
|
If your distribution doesn't provide a recent enough version of meson,
|
||||||
you can install or upgrade it using pip3.
|
you can install or upgrade it using pip3.
|
||||||
|
@ -57,6 +57,9 @@ for libcamera: [required]
|
||||||
pip3 install --user meson
|
pip3 install --user meson
|
||||||
pip3 install --user --upgrade meson
|
pip3 install --user --upgrade meson
|
||||||
|
|
||||||
|
for the libcamera core: [required]
|
||||||
|
python3-yaml
|
||||||
|
|
||||||
for device hotplug enumeration: [optional]
|
for device hotplug enumeration: [optional]
|
||||||
pkg-config libudev-dev
|
pkg-config libudev-dev
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue