README: Simplify a bit the build instructions

Less typing for the same result.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Ezequiel Garcia
2019-11-18 02:28:55 +02:00
committed by Laurent Pinchart
parent 918bfb3c3d
commit 97a5855f37
+1 -3
View File
@@ -33,9 +33,7 @@ To fetch the sources, build and install:
git clone git://linuxtv.org/libcamera.git
cd libcamera
meson build
cd build
ninja
ninja install
ninja -C build install
Dependencies
~~~~~~~~~~~~