From patchwork Fri Nov 15 15:23:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 2321 Return-Path: Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9BB6D6136F for ; Fri, 15 Nov 2019 16:23:53 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id D5F2529164E From: Ezequiel Garcia To: libcamera-devel@lists.libcamera.org Date: Fri, 15 Nov 2019 12:23:41 -0300 Message-Id: <20191115152342.27723-1-ezequiel@collabora.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/2] README: Simplify a bit the build instructions X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2019 15:23:53 -0000 Less typing for the same result. Signed-off-by: Ezequiel Garcia Acked-by: Laurent Pinchart --- 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 ~~~~~~~~~~~~