Documentation: Add git clone information to Getting Started
As the Getting Started section is displayed on the website, it should contain commands related to cloning the repository. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
fb93dae7d3
commit
9d1c26588b
1 changed files with 3 additions and 1 deletions
|
@ -26,10 +26,12 @@ systems, including traditional Linux distributions, ChromeOS and Android.
|
|||
Getting Started
|
||||
---------------
|
||||
|
||||
To build and install:
|
||||
To fetch the sources, build and install:
|
||||
|
||||
::
|
||||
|
||||
git clone git://linuxtv.org/libcamera.git
|
||||
cd libcamera
|
||||
meson build
|
||||
cd build
|
||||
ninja
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue