OS | Build Status |
---|---|
Windows | |
Linux |
- Install Visual Studio 2019.
- Get a full and buildable EDKII repository and UefiToolkitPkg package, use follow steps of git command:
git clone https://github.com/tianocore/edk2.git
cd edk2
git submodule update --init
git clone https://github.com/vinxue/UefiToolkitPkg.git
- Run build commands:
edksetup.bat rebuild
build -a IA32 -a X64 -b RELEASE -t VS2019 -p UefiToolkitPkg/UefiPkg.dsc