diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2018-11-16 23:27:15 -0800 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2018-11-26 15:52:21 +0000 |
commit | 72ca485dd44e395616566d0184afe81ceeae490c (patch) | |
tree | b12735c0148438d70e6a171cf31cd53c242d6700 /README.md | |
parent | cc4de52524e0a8533a566d6c023cb57b8345c285 (diff) |
README: Update build instructions
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 <niklas.soderlund@ragnatech.se>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 +``` |