Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

Install EDK II

  1. Open the Windows Command Prompt (cmd)

  2. Create a workspace folder for the EDK II

  3. Change to the workspace folder

  4. Clone the EDK II repository and update the submodules

    git clone https://github.com/tianocore/edk2.git
    cd edk2
    git submodule update --init
    
  5. Build BaseTools

    .\edksetup.bat Rebuild