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 E29E645B82; Fri, 25 Oct 2024 16:18:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 038F240E28; Fri, 25 Oct 2024 16:17:43 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 03BC940DD0 for ; Fri, 25 Oct 2024 16:16:19 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1213) id 5CEAE211A5B1; Fri, 25 Oct 2024 07:16:18 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5CEAE211A5B1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1729865778; bh=X6VENelfMJ2yNr5jaVxEJv/DInOLSrOU9IIIa1Wa9Ow=; h=From:To:Cc:Subject:Date:From; b=dfTTONC3NBwqqvMgTMSoqPGsZLTude+4VJ9Nv9qkYzktsMXVU6HN4eMLg4H8zuoI6 hJXO37C78iClFO6hJSv5t8G6H/SAp00dZzv3wFtcOcYswig4Q6VGuNtt+aZW8+cHbF gOD+Xj4Ql/5XqV4frbstnZL0xxsjWJrRPGW3VikE= From: Andre Muezerie To: Cc: dev@dpdk.org, Andre Muezerie Subject: [PATCH] doc: enhance build instructions on windows Date: Fri, 25 Oct 2024 07:15:14 -0700 Message-Id: <1729865715-18711-1-git-send-email-andremue@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 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 * Updated about old Meson issue * Added instruction to get developer prompt Andre Muezerie (1): doc: enhanced build instructions on Windows .mailmap | 1 + doc/guides/windows_gsg/build_dpdk.rst | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) -- 1.8.3.1