From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.21803.1670261363010651787 for ; Mon, 05 Dec 2022 09:29:23 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=IDOIqcFZ; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id EDCB520B83DC; Mon, 5 Dec 2022 09:29:21 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com EDCB520B83DC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1670261362; bh=C+Jhov+W0tJcpnM/BJQrkrOBbUL9s4R2RFOo/3k/6VY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IDOIqcFZGIsZ6oPXdaRhd/mR8GCtpddIJr5T15aF3JY6cUCYl5T6BaY3J4AheH18k dOKkTGt/s2cWoEoMx9jR1c5ky7GqKTm1dKIHv+1ouSnTAE+XkSa8R/PrRB98Ak/BKU gqvFgPzIlneHuKANSe+JQzD9r5zPEX+y8F1NfMds= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Michael D Kinney Subject: [PATCH v1 3/5] BaseTools: Add reference to new build instructions Date: Mon, 5 Dec 2022 12:28:37 -0500 Message-Id: <20221205172839.2859-4-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20221205172839.2859-1-mikuback@linux.microsoft.com> References: <20221205172839.2859-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki Adds a reference to the new build instructions on the TianoCore wiki that currently describe building with containers and Stuart. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki --- BaseTools/ReadMe.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/BaseTools/ReadMe.rst b/BaseTools/ReadMe.rst index de85ca4be65e..592be51b1fcd 100644 --- a/BaseTools/ReadMe.rst +++ b/BaseTools/ReadMe.rst @@ -1,3 +1,13 @@ +:: + + Note: New build instructions are available. It is recommended to start= with + the new instructions if learning how to build edk2 and/or BaseTools fo= r the + first time. This page is retained for reference. + +New instructions: `Build Instructions`_ + +.. _`Build Instructions`: https://github.com/tianocore/tianocore.github.= io/wiki/Build-Instructions + This directory contains the EDK II build tools and template files. Templates are located in the Conf directory, while the tools executables= for Microsoft Windows Operating Systems are located in the Bin\\Win32 direct= ory, other @@ -23,9 +33,6 @@ After this, you can run the toolsetup.bat file, which i= s in the same directory as this file. It should setup the remainder of the environmen= t, and build the tools if necessary. =20 -Please also refer to the ``BuildNotes.txt`` file for more information on -building under Windows. - Unix-like operating systems =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D =20 --=20 2.28.0.windows.1