From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id B7EB4AC1196 for ; Tue, 20 Aug 2024 15:58:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0ZIgJ4oOt/g0gUaUOwQ5UhQVzYhr5zCQJQFh7XaoBSQ=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1724169493; v=1; b=fPhwhfFi0HJdxQx/J4PuT9BZoRE7eusw2LO8H7Z4DyEnZNiiwVKq8UNqQKN7OMENhkDGo26d LfX2Qe7qmrPSDStJbYq7H0CjSnxfieqQS8jiQNeuaArW+Pqq1F2dqjVcBbBGv2i7BYbMaOYnvop 00ngparB0jNfovScWQPUpGclGpajt4kP3nppzjgiPnxqKG43/mZGTk09ry0aMPPUQx1U2jwaJup fTHBKTrsY4UXCrZNNn6yIVpUNrSS0KMo48DuBqznTXdWe/fEvr9z322zMmDMdJRwAtLnKQ3MSNT Zh/JyP++XRCcL7xFZdy4lVEou0b+UXITmISxd83Z6sM2w== X-Received: by 127.0.0.2 with SMTP id 9LIfYY7687511x7MPdZzHf5o; Tue, 20 Aug 2024 08:58:12 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by mx.groups.io with SMTP id smtpd.web11.23120.1724169491341393335 for ; Tue, 20 Aug 2024 08:58:11 -0700 X-CSE-ConnectionGUID: etm9bmUVRn2QqZb1O/5HVw== X-CSE-MsgGUID: Qcw+YTnhSq+KKb5unhRsqw== X-IronPort-AV: E=McAfee;i="6700,10204,11170"; a="22102417" X-IronPort-AV: E=Sophos;i="6.10,162,1719903600"; d="scan'208";a="22102417" X-Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2024 08:58:11 -0700 X-CSE-ConnectionGUID: 0Nq5/ZNzSsii8Hdhr3882w== X-CSE-MsgGUID: KGCCJvP7SsqlTg4/PFhvUA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,162,1719903600"; d="scan'208";a="65644960" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.247.182.253]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2024 08:58:09 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] Add BKM document to build Python UEFI using VS Tools Date: Tue, 20 Aug 2024 21:27:13 +0530 Message-ID: <20240820155803.1804-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 20 Aug 2024 08:58:11 -0700 Resent-From: n.jayaprakash@intel.com Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: J4idOjc8pwBS9h3cDGLRB7phx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=fPhwhfFi; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io There is a BKM document which provides detailed step by step instructions to build Python UEFI interpreter using GCC tool chain from Ubuntu Linux OS. But there is no complete BKM document providing the similar details to build on Windows using VS2019/VS2022 tool chains. This patch adds a new BKM document providing the step by step instructions to build Python UEFI interpreter using Visual Studio tool chains such as VS2019/VS2022. Jayaprakash N (1): edk2-libc: BKM document to build Python UEFI using Visual Studio Tools .../Python/Python-3.6.8/VSCompilationBKMs.md | 120 ++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 AppPkg/Applications/Python/Python-3.6.8/VSCompilationBKMs.md -- 2.46.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120375): https://edk2.groups.io/g/devel/message/120375 Mute This Topic: https://groups.io/mt/108003138/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-