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:
parent
96cd064214
commit
c15ff6b59d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue