From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f174.google.com (mail-wr0-f174.google.com [209.85.128.174]) by dpdk.org (Postfix) with ESMTP id 4563B1B1BE for ; Wed, 10 Jan 2018 14:24:24 +0100 (CET) Received: by mail-wr0-f174.google.com with SMTP id g21so11523493wrb.13 for ; Wed, 10 Jan 2018 05:24:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=qsOoms9anLKfCmXh512/zJh8HG3N1jrz3+q9DqB+vOQ=; b=qILeh0KurJGzY10Rpq5uqfW1kTsE1F/UZ/U8ens+Fvr6kvdt9ZDI2ViedAX7SF5/Hs YxJ7c3Kxr0TZzpjk7gJFNb1TAtUEy0oUOzmNb/nq0Bs/R8AIxvYvejFjIqeVIBE7qPy/ NWAEBLkCMlOv54oF0Wysd26CCqpeWSaXU8xpwvSw9CeUONzwUXM0UFmaqdgO3a67udaL t2TWr/QYzjH55vuMeCQdNv8KX7W2J3F+KK7Y9HrSPZeD1J6N3DhcZdVKdzYSZuBTttmj nwNwZYvDON4Xg8cTA1BqbtV1SJVQ6AkiTwMnvCri9U1G4fh6yTN1lqj0HhflIE3NFNtW o2QA== X-Gm-Message-State: AKGB3mJRvUZFTFgmBcqVpxs5qQY1DS6l+PeCl/JUjsDc77V8BUwaKe4P L5uzLgQikVU45LrsGe5ZfSs= X-Google-Smtp-Source: ACJfBosZxZFAleGsQkxw76qWXCAcjenGlrYaqFuBmlCS6yrLTo5v8Hz3IBycFF0XYTOxGquhQaHShg== X-Received: by 10.223.198.84 with SMTP id u20mr16059899wrg.16.1515590663935; Wed, 10 Jan 2018 05:24:23 -0800 (PST) Received: from localhost ([2a00:23c5:bef3:400:9531:588b:44ae:bec4]) by smtp.gmail.com with ESMTPSA id a6sm5781960wrh.49.2018.01.10.05.24.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Jan 2018 05:24:23 -0800 (PST) Message-ID: <1515590662.29225.1.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Cc: john.mcnamara@intel.com, harry.van.haaren@intel.com, marko.kovacevic@intel.com, thomas@monjalon.net, shreyansh.jain@nxp.com Date: Wed, 10 Jan 2018 13:24:22 +0000 In-Reply-To: <20180109154748.238958-1-bruce.richardson@intel.com> References: <20171221161226.198837-1-bruce.richardson@intel.com> <20180109154748.238958-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: add instructions on build using meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 13:24:24 -0000 On Tue, 2018-01-09 at 15:47 +0000, Bruce Richardson wrote: > Add a document describing how to configure, build and install DPDK > using > meson and ninja. Document includes references to official > installation docs > using make, and points out the experimental nature of the build. >=20 > Signed-off-by: Bruce Richardson > --- > V2: > * moved new document to the "doc/" directory > * minor updates following review comments from Shreyansh Jain > --- > =C2=A0doc/build-sdk-meson.txt | 175 > ++++++++++++++++++++++++++++++++++++++++++++++++ > =C2=A01 file changed, 175 insertions(+) > =C2=A0create mode 100644 doc/build-sdk-meson.txt Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi