From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C57F42C6D; Fri, 9 Jun 2023 13:13:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D11840EDB; Fri, 9 Jun 2023 13:13:30 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id DDA9740A84 for ; Fri, 9 Jun 2023 13:13:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1686309208; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bJAvyP5XrE3DlVBc72fklVS70bzViPvKOdjQzS7nOJg=; b=STWyAss/014DJeya+evjUVi6xN09Zi2f93syOHFMUlqdrqhcf0/kKmfY6tbUc+RcBLS5Gl laclfCwYjw5D3uMATdXOB+QdfuKMKkQ5zneL4ffglLoZryT72aK4ifG97/oZc63SpqrVFT Z3uQ+F4Bub5NFxKf2E/p7SYE5A3zS/Q= Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-195-shBylcZ8PuqfQtG-PMj9dA-1; Fri, 09 Jun 2023 07:13:27 -0400 X-MC-Unique: shBylcZ8PuqfQtG-PMj9dA-1 Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-33b7a468d14so16429145ab.3 for ; Fri, 09 Jun 2023 04:13:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686309206; x=1688901206; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bJAvyP5XrE3DlVBc72fklVS70bzViPvKOdjQzS7nOJg=; b=HqeLJVE+8u11yExuzasXSoe9CKG8fQGb6pqxh1XDUHSjUKxbX6Nmm752mSDc+OvKge j93Mdv1rj+/Seh97yETOUQTMP/76NiQ4WnP+IxylEnbK9kS8YxTUDZZfcnUFIG88yXOS OhoTVJepXBsKs2HodqMwv+mxHAIcb3pmVTa/zUVgMnBTnpN12B6nLqRo2nuQYcfjKyc/ M3XEKXN4pZJyBQUg6p+L413625/U4f6fwTWXDlNh98rfKSjnzkBUvHmOILpp3yfikqR0 5sW9wGzF77AFx8UVa9rpckXOjr5euzmOnMcVcSo9c2WrMYYwL2jr/Cg2zwRdSXR9r3br 2G4g== X-Gm-Message-State: AC+VfDxjcTbtsbz0IThYdoNLKQDArimO3aBpN91492SHWKFPC8OnjwV6 lurWW28TH62YgSxt64Ktm4EbrA/NnUmpIxLS7Qxktrn4jK0+jj3FwO8fNt17rTh5WSysevEfpno wai494TjJF7jHDurcq3e6VAbEcIo= X-Received: by 2002:a92:d943:0:b0:33b:9f29:8928 with SMTP id l3-20020a92d943000000b0033b9f298928mr1357692ilq.8.1686309206719; Fri, 09 Jun 2023 04:13:26 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ75BVaIM7MybIzvTElUTmcx4st4lMrMVQG3mT9m0Je3TirecvTZKdBIL2bcgpFGPlcvd/s+cDzJ/TwUgnlTUuE= X-Received: by 2002:a92:d943:0:b0:33b:9f29:8928 with SMTP id l3-20020a92d943000000b0033b9f298928mr1357687ilq.8.1686309206549; Fri, 09 Jun 2023 04:13:26 -0700 (PDT) MIME-Version: 1.0 References: <20230609105139.76239-1-bruce.richardson@intel.com> In-Reply-To: <20230609105139.76239-1-bruce.richardson@intel.com> From: David Marchand Date: Fri, 9 Jun 2023 13:13:15 +0200 Message-ID: Subject: Re: [PATCH] doc: prefer installing using meson rather than ninja To: Bruce Richardson Cc: dev@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, Jun 9, 2023 at 12:52=E2=80=AFPM Bruce Richardson wrote: > > After doing a build, to install DPDK system-wide our documentation > recommended using the "ninja install" command. However, for anyone > building as a non-root user and only installing as root, the "meson > install" command is a better alternative, as it provides for > automatically dropping or elevating privileges as necessary in more > recent meson releases [1]. > > [1] https://mesonbuild.com/Installing.html#installing-as-the-superuser > > Signed-off-by: Bruce Richardson Should we align the CI scripts? --=20 David Marchand