mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-23 00:25:07 +03:00
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>
9 lines
159 B
Markdown
9 lines
159 B
Markdown
# libcamera: A complex camera support library for Linux, Android, and ChromeOS
|
|
|
|
To build and install:
|
|
```
|
|
meson build
|
|
cd build
|
|
ninja
|
|
ninja install
|
|
```
|