From cd4cebabf5834c403c9d9ac4f162e8336024bbcd Mon Sep 17 00:00:00 2001 From: Gua Guo Date: Wed, 15 May 2024 18:21:05 +0800 Subject: UefiPayloadPkg: Update ReadMe.md to swig install Update ReadMe.md for swig install process in windows OS. Cc: Chasel Chiu Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Gua Guo Reviewed-by: Guo Dong --- UefiPayloadPkg/Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UefiPayloadPkg/Readme.md b/UefiPayloadPkg/Readme.md index cb7f39b3f7..4149eab90d 100644 --- a/UefiPayloadPkg/Readme.md +++ b/UefiPayloadPkg/Readme.md @@ -55,11 +55,13 @@ FIT Format URL: https://universalpayload.github.io/spec/chapter2-payload-image-f ``` - FIT - Windows + ``` + Download and install swig by https://swig.org/ and also set install path into environment variable + ``` ```powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco install dtc-msys2 pip3 install pefile - pip3 install swig pip3 install pylibfdt ``` - Ubuntu -- cgit v1.2.3