Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1006 Bytes

Readme.md

File metadata and controls

24 lines (20 loc) · 1006 Bytes

UefiToolkitPkg - A UEFI toolkit package for development and collection

Build Status

OS Build Status
Windows Build Status
Linux Build Status

Build

  1. Install Visual Studio 2019.
  2. 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
  1. Run build commands:
   edksetup.bat rebuild
   build -a IA32 -a X64 -b RELEASE -t VS2019 -p UefiToolkitPkg\UefiPkg.dsc