From patchwork Mon Mar 22 07:40:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vedant Paranjape X-Patchwork-Id: 11632 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id E2967BD80C for ; Mon, 22 Mar 2021 07:41:28 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4B6D8602DB; Mon, 22 Mar 2021 08:41:28 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="azYcp3je"; dkim-atps=neutral Received: from mail-pf1-x434.google.com (mail-pf1-x434.google.com [IPv6:2607:f8b0:4864:20::434]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7A2B4602D7 for ; Mon, 22 Mar 2021 08:41:26 +0100 (CET) Received: by mail-pf1-x434.google.com with SMTP id x26so10355313pfn.0 for ; Mon, 22 Mar 2021 00:41:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=xUjFoOB096kR/f4xCRzbI1Sn78CWhpx7BbIYQMP6P/0=; b=azYcp3jevmzg4mNi2ncukESAy5Txl1RjRJEAPWS/EDrTmJSLPo+QFF90XIq4Scx5Yf bIIbizcfdZR/5Ey+iAPqA7asBxTjvw1r/otebZ/v226yzGlaIFpZfIQXHkwAnvHW8udm fhDNSeArCgFZ33NvkQi4qwCvgvyKmZ1JapZTT7dkUSsXv/6rqB0tRJOJiYp4S2Kg6uMR YSIgn6aXt+ghi0jFFoA6VVAx4qpGXm5Lyvpqmsw2iU/dM5demNRRl55EguNjm7OVJQxW FSZr2MZ+Ipp3DnBmDp0XQhzehQH5oRkeUnPQXZleZKntAczoiEiju3DDCK9F4PJlBAjl 7RCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=xUjFoOB096kR/f4xCRzbI1Sn78CWhpx7BbIYQMP6P/0=; b=eL6qmSeuFtPnN4rFMy1zfQVf+8EjAxPSedeNZMFAO7kRWUiHjRQHj3eFvJUVt+mr9l SCo84fSL/dSQDBQ8AxgPk37sEVjIuLNTuxy/0DZZZrwwLLFgm8RYPJc7j06K9ADI/qEh eX5aoN+HiR+EYfBapsJHNIeLOq4Ev2Bz27dtqSN53Pz6ZSdGrQdgcghZ/vYQt+zZdayv QghgM1CnYoeisYZ2NYsMWXLZRf2STLwpbj8RByD6OF5Z+5v70fpJdi6XSlYlNBR3+nOA 8HQTdys6ptmWzFBGi5KGvMKdHNjPi0T3VX7K9AfbZDHltqR7Ee6WP9ALflFrs2Kp4PTT 79/w== X-Gm-Message-State: AOAM531kkqYeU+emgmlUJE8nVstRwISeX60LLY0MWc/7o3q7mg4KC9uQ dMb4cdKVABd9Kuwyy7zDicpRiNwgbEXFMw== X-Google-Smtp-Source: ABdhPJwkYUy8tifOmCgmtWLlwoXPy1MrZWsDtDHnnzHxpoV2tDYU7UCmIgrwQgmn8W3lVUANLz0cjw== X-Received: by 2002:a05:6a00:ad1:b029:1ec:c826:55aa with SMTP id c17-20020a056a000ad1b02901ecc82655aamr19956141pfl.26.1616398884690; Mon, 22 Mar 2021 00:41:24 -0700 (PDT) Received: from localhost.localdomain ([1.186.78.76]) by smtp.googlemail.com with ESMTPSA id b10sm11507303pgm.76.2021.03.22.00.41.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Mar 2021 00:41:24 -0700 (PDT) From: Vedant Paranjape To: libcamera-devel@lists.libcamera.org Date: Mon, 22 Mar 2021 13:10:56 +0530 Message-Id: <20210322074056.26330-1-vedantparanjape160201@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Added alternative to meson install command, if it fails with --user argument 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: , Cc: Vedant Paranjape Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Signed-off-by: Vedant Paranjape --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1427c714..0bfd39d9 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,9 @@ Meson Build system: [required] pip3 install --user meson pip3 install --user --upgrade meson - + + If this fails, retry with `pip3 install meson` + for the libcamera core: [required] python3-yaml python3-ply python3-jinja2