From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id F2E73A0096 for ; Wed, 5 Jun 2019 12:27:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B96EE1B9DB; Wed, 5 Jun 2019 12:27:39 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 4A2191B94D for ; Wed, 5 Jun 2019 12:27:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 51173553; Wed, 5 Jun 2019 06:27:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 06:27:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=mesmtp; bh=8jHTCtHo/k tyvGkntYNcxm1KMJ2NA3oPp4IAt7BxK+4=; b=iHHJowoMxVclDHuVaCIYrYChLZ AnC0aowQbokY1g82rQxPHrCN5lZxCTpm+WQ4xjQE2/2rF5ys/8z9vJRIoVBXMnEp ZVKbpqyrqPzw314I1O5KTwfVymkQZFWRCYXQB4GT8RFZW+gH+MKcjw8DlnHL/9MT vqxUq3fLxTe0Bhu08= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=8jHTCt Ho/ktyvGkntYNcxm1KMJ2NA3oPp4IAt7BxK+4=; b=NW40s189XoFqQ4gU4P9yWc STZ/UX6keAW5zRugjP33zLL70SvkrEf8hWmUv1aBZfXZ0wcbbyPRgGuY/5rYdAUj z+wslBpoDVSyAt8y5jb5dsjlAXbjr5LNfUCLGKp0hKOElgd8yCS0I5Mb1j3qEI1l gGlBcAnuRiNKXN+Ss5xKnC5lp4wbPAVyMda3YKH9zBtbh3+vyg9gOVvqchZKMoLY LhEpZrs4D3spCahvqo+dfGLuFKC24lrQ5+xKOf7WE/eFN7cLv7zxP+TsY3qxOgBN 5+rOpbP7b7EnBZVGkrLGX4XWwcEaKLSDqQDznIbYa1Nny0TRALGxfLK0BxLWPHMw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddgvdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkggfgtgesthfuredttd dtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrh grmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehl uhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C4D8238008A; Wed, 5 Jun 2019 06:27:35 -0400 (EDT) From: Thomas Monjalon To: bruce.richardson@intel.com, bluca@debian.org Cc: dev@dpdk.org Date: Wed, 05 Jun 2019 12:27:34 +0200 Message-ID: <15005345.pJipbXyxuh@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] meson reference guide 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, For the make build system, we have doc/build-sdk-quick.txt which is very short and displayed with "make help" for a quick reference. For meson, we have doc/build-sdk-meson.txt which is in reality a full guide formatted in rst. Should it be moved in Sphinx guides? Do we want a really short guide for the basic commands, including runnning the tests or build the doc? with other basic tooling?