README: Replace deprecated 'meson' with 'meson setup'

Meson has deprecated implicit usage of the setup command, and this now
generates a warning:

WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.

Update the build instructions to use 'meson setup' explicitly.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2023-01-05 09:06:21 +02:00
parent 96cd064214
commit c15ff6b59d

View file

@ -34,7 +34,7 @@ To fetch the sources, build and install:
git clone https://git.libcamera.org/libcamera/libcamera.git git clone https://git.libcamera.org/libcamera/libcamera.git
cd libcamera cd libcamera
meson build meson setup build
ninja -C build install ninja -C build install
Dependencies Dependencies