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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user