From c15ff6b59de877ab8ee19b09e9315e5eaffdb818 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 5 Jan 2023 09:06:21 +0200 Subject: 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 Reviewed-by: Kieran Bingham --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index e9dd4207..34b6b49f 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ To fetch the sources, build and install: git clone https://git.libcamera.org/libcamera/libcamera.git cd libcamera - meson build + meson setup build ninja -C build install Dependencies -- cgit v1.2.1