[libcamera-devel] [PATCH 1/2] README: Simplify a bit the build instructions
Ezequiel Garcia
ezequiel at collabora.com
Fri Nov 15 16:23:41 CET 2019
Less typing for the same result.
Signed-off-by: Ezequiel Garcia <ezequiel at collabora.com>
---
README.rst | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.rst b/README.rst
index 48fdda9590ce..48e428cc816e 100644
--- a/README.rst
+++ b/README.rst
@@ -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
~~~~~~~~~~~~
--
2.22.0
More information about the libcamera-devel
mailing list