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>
This commit is contained in:
parent
cc4de52524
commit
72ca485dd4
1 changed files with 9 additions and 1 deletions
10
README.md
10
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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue