mirror of https://github.com/acidanthera/audk.git
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 <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
30697b94fd
commit
7a548f3ea9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue