From 7a548f3ea9d02d9fcc84488a286c139c0c6c28da Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 2 Dec 2022 11:46:26 -0500 Subject: [PATCH] EmulatorPkg: Add reference to new build instructions Adds a reference to the new build instructions on the TianoCore wiki that currently describe building with containers and Stuart. Cc: Andrew Fish Cc: Ray Ni Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Acked-by: Ard Biesheuvel Reviewed-by: Gerd Hoffmann --- EmulatorPkg/PlatformCI/ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EmulatorPkg/PlatformCI/ReadMe.md b/EmulatorPkg/PlatformCI/ReadMe.md index 91c40b2093..f123bb2a48 100644 --- a/EmulatorPkg/PlatformCI/ReadMe.md +++ b/EmulatorPkg/PlatformCI/ReadMe.md @@ -42,6 +42,9 @@ Pytools build system. ## Building with Pytools for EmulatorPkg +If you are unfamiliar with Pytools, it is recommended to first read through +the generic set of edk2 [Build Instructions](https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions). + 1. [Optional] Create a Python Virtual Environment - generally once per workspace ``` bash