[libcamera-devel] [PATCH v3 2/2] README: Update build instructions

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Nov 26 12:11:48 CET 2018


README is currently a bit too sparse, and there is no guidance on how to
use our build system.

Add some initial instructions.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ca81d6491996..45ae3a41062e 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,9 @@
-libcamera: A complex camera support library for Linux, Android, and ChromeOS
+# libcamera: A complex camera support library for Linux, Android, and ChromeOS
+
+To build and install:
+```
+  meson build
+  cd build
+  ninja
+  ninja install
+```
-- 
2.17.1



More information about the libcamera-devel mailing list