From 72ca485dd44e395616566d0184afe81ceeae490c Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 16 Nov 2018 23:27:15 -0800 Subject: README: Update build instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README is currently a bit too sparse, and there is no guidance on how to use our build system. Add some initial instructions. Reviewed-by: Niklas Söderlund Signed-off-by: Kieran Bingham --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ca81d649..45ae3a41 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 +``` -- cgit v1.2.1