[libcamera-devel,1/2] README: Simplify a bit the build instructions

Message ID 20191115152342.27723-1-ezequiel@collabora.com
State Accepted
Headers show
Series
  • [libcamera-devel,1/2] README: Simplify a bit the build instructions
Related show

Commit Message

Ezequiel Garcia Nov. 15, 2019, 3:23 p.m. UTC
Less typing for the same result.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
---
 README.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Laurent Pinchart Nov. 18, 2019, 12:30 a.m. UTC | #1
Hi Ezequiel,

Thank you for the patch.

On Fri, Nov 15, 2019 at 12:23:41PM -0300, Ezequiel Garcia wrote:
> Less typing for the same result.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

and applied.

> ---
>  README.rst | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/README.rst b/README.rst
> index 48fdda9590ce..48e428cc816e 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -33,9 +33,7 @@ To fetch the sources, build and install:
>    git clone git://linuxtv.org/libcamera.git
>    cd libcamera
>    meson build
> -  cd build
> -  ninja
> -  ninja install
> +  ninja -C build install
>  
>  Dependencies
>  ~~~~~~~~~~~~

Patch

diff --git a/README.rst b/README.rst
index 48fdda9590ce..48e428cc816e 100644
--- a/README.rst
+++ b/README.rst
@@ -33,9 +33,7 @@  To fetch the sources, build and install:
   git clone git://linuxtv.org/libcamera.git
   cd libcamera
   meson build
-  cd build
-  ninja
-  ninja install
+  ninja -C build install
 
 Dependencies
 ~~~~~~~~~~~~