Intel® System Debugger User Guide

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

Install EDK II

  1. Create a workspace directory for the EDK II

  2. Change to the workspace directory

  3. Clone the EDK II repository and update the submodules

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

    make -C BaseTools -jN
    "N" - is the number of processes to run in parallel